Password

@Serializable
data class Password(val identifier: String, val password: String, val strategy: String = PASSWORD) : SignIn.CreateParams.Strategy

Password sign-in strategy.

Constructors

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

Properties

Link copied to clipboard

The email address or username for password authentication.

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

The authentication strategy identifier.