Package com.stytch.sdk.b2b.recoveryCodes
The RecoveryCodes.kt interface provides methods for getting, rotating, and using recovery codes for a member
Call the StytchB2BClient.recoveryCodes.get() method to retrieve an authenticated members recovery codes.
Call the StytchB2BClient.recoveryCodes.rotate() method to rotate an authenticated members recovery codes
Call the StytchB2BClient.recoveryCodes.recover() method to authenticate a member using a recovery code.
See: Description
-
Class Summary Class Description RecoverParameters A data class wrapping the parameters needed to consume a recovery code -
Interface Summary Interface Description RecoveryCodes The RecoveryCodes interface provides methods for getting, rotating, and using recovery codes for a member