Oath Mechanism
Represents an instance of a OATH authentication mechanism.
Inheritors
Constructors
Properties
Link copied to clipboard
AccountName, or Username of the account for the issuer
Link copied to clipboard
Uniquely identifiable UUID for current mechanism on the client
Link copied to clipboard
OATH type, must be either 'TOTP' or 'HOTP'
Link copied to clipboard
The unique identifier of this mechanism on the server
Link copied to clipboard
The TimeKeeper
Functions
Link copied to clipboard
Deserializes the specified Json into an object of the Mechanism object.
Deserializes the specified Json into an object of the OathMechanism object.
Link copied to clipboard
Gets the account object associated with the mechanism.
Link copied to clipboard
Gets the storage Account id associated with this Mechanism.
Link copied to clipboard
Returns the algorithm used by this OathMechanism.
Link copied to clipboard
Generates a new set of codes for this OathMechanism Token.
Link copied to clipboard
Get the unique identifier of this mechanism on the server.
Link copied to clipboard
Sets the account object associated with the mechanism.
Link copied to clipboard
Used for Time Travel during testing.