ResetPasswordPhoneCode

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

Parameters for reset password phone code verification strategy.

Constructors

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

Properties

Link copied to clipboard

The verification code received via SMS for password reset.

Link copied to clipboard
open override val strategy: String

The strategy value depends on the object's identifier value. Each authentication identifier supports different verification strategies.