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