SecondFactorVerificationRepositoryImpl

internal class SecondFactorVerificationRepositoryImpl(verificationCodeApi: <Error class: unknown class>) : SecondFactorVerificationRepository

Constructors

Link copied to clipboard
constructor(verificationCodeApi: <Error class: unknown class>)

Functions

Link copied to clipboard
open suspend override fun clearStoredVerificationCode(email: String)

Clears the stored verification code for the given email address.

Link copied to clipboard
open override fun getStoredVerificationCode(email: String): String?
Link copied to clipboard
open suspend override fun requestVerificationCode(email: String, verifiableAction: VerifiableAction): Either<NetworkFailure, Unit>
Link copied to clipboard
open override fun storeVerificationCode(email: String, verificationCode: String)

Stores the verification code in the local storage for the given email address.