SignInWithPasswordBuilder

Builder for sign-in with password.

Example usage:

clerk.auth.signInWithPassword {
identifier = "user@email.com"
password = "secretpassword"
}

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

The identifier (email, phone, or username) to sign in with.

Link copied to clipboard

The password for authentication.