TokenStore

constructor(tokenFile: Path, encryptionKeyHex: String)

Parameters

tokenFile

path where the encrypted token blob is stored

encryptionKeyHex

64-character hex string representing a 256-bit AES key


constructor(tokenFile: Path, encryptionKey: SecretKey)

Alternative constructor accepting a pre-built SecretKey.