SecondFactorVerificationRepositoryImpl
internal class SecondFactorVerificationRepositoryImpl(verificationCodeApi: <Error class: unknown class>) : SecondFactorVerificationRepository
Constructors
Functions
Link copied to clipboard
Clears the stored verification code for the given email address.
Link copied to clipboard
Link copied to clipboard
open suspend override fun requestVerificationCode(email: String, verifiableAction: VerifiableAction): Either<NetworkFailure, Unit>
Link copied to clipboard
Stores the verification code in the local storage for the given email address.