ResetPasswordPhoneCode

@Serializable
data class ResetPasswordPhoneCode(val identifier: String, val strategy: String = RESET_PASSWORD_PHONE_CODE) : SignIn.CreateParams.Strategy

Constructors

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

Properties

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

The authentication strategy identifier.