AuthenticationKit.Token
This class represents a hash and salt pair that may belong to a user's password, or may be false data.
Constructors
ByteCount As UInteger
Create a false token.
Hash As Xojo.Core.MemoryBlock, Salt As Xojo.Core.MemoryBlock
Create a token with the provided unencoded hash and salt.
Properties
Hash As Xojo.Core.MemoryBlock
The unencoded hash bytes.
Salt As Xojo.Core.MemoryBlock
The unencoded salt bytes.