Package com.stytch.sdk.b2b.totp
The TOTP.kt interface provides methods for creating and authenticating TOTPs for a member
Call the StytchB2BClient.totp.create() method to create a new TOTP registration for a member
Call the StytchB2BClient.totp.authenticate() method to authenticate a TOTP code for a member
See: Description
-
Class Summary Class Description CreateParameters A data class wrapping the parameters needed to create a TOTP AuthenticateParameters A data class wrapping the parameters needed to authenticate a TOTP -
Interface Summary Interface Description TOTP The TOTP interface provides methods for creating and authenticating TOTPs for a member