ResetPasswordPhoneCode

@Serializable
data class ResetPasswordPhoneCode(val phoneNumberId: String, val strategy: String = RESET_PASSWORD_PHONE_CODE) : SignIn.PrepareFirstFactorParams

Constructors

Link copied to clipboard
constructor(phoneNumberId: String, strategy: String = RESET_PASSWORD_PHONE_CODE)

Properties

Link copied to clipboard
Link copied to clipboard
open override val strategy: String

Enumeration of available first factor verification strategies.