TOTP
The TOTP interface provides methods for creating and authenticating TOTP codes; retrieving recovery codes; and consuming a recovery code
Types
A data class wrapping the parameters use in a TOTP authenticate request
A data class wrapping the parameters used in a TOTP create request
A data class wrapping the parameters use in a TOTP recover request
Functions
Call this method to authenticate a TOTP code entered by a user. If this method succeeds, the user will be logged in and granted an active session
Call this method to authenticate a TOTP code entered by a user. If this method succeeds, the user will be logged in and granted an active session
Call this method to create a new TOTP instance for a user. The user can use the authenticator application of their choice to scan the QR code or enter the secret.
Call this method to create a new TOTP instance for a user. The user can use the authenticator application of their choice to scan the QR code or enter the secret.
Call this method to authenticate a recovery code for a TOTP instance. If this method succeeds, the user will be logged in and granted an active session
Call this method to authenticate a recovery code for a TOTP instance. If this method succeeds, the user will be logged in and granted an active session
Call this method to retrieve the recovery codes for a TOTP instance tied to a user.
Call this method to retrieve the recovery codes for a TOTP instance tied to a user.