ResetPasswordEmailCode

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

Constructors

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

Properties

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

The authentication strategy identifier.