EmailCode

data class EmailCode(val strategy: String = AuthStrategy.EMAIL_CODE) : SignUp.PrepareVerificationParams.Strategy

Send an email with a unique token to input. The verification code will be sent to the provided email address.

Constructors

Link copied to clipboard
constructor(strategy: String = AuthStrategy.EMAIL_CODE)

Properties

Link copied to clipboard
open override val strategy: String