Package-level declarations

Types

Link copied to clipboard
class Auth

Main Auth class providing all authentication entry points.

Link copied to clipboard
sealed interface AuthEvent

Represents authentication events emitted by the Auth class.

Functions

Link copied to clipboard

Starts sign-in with an identifier (email, phone, or username).

Link copied to clipboard

Signs in via account portal.

Link copied to clipboard

Signs in with Enterprise SSO.

Link copied to clipboard

Signs in with an ID token from an identity provider.

Link copied to clipboard

Signs in with OAuth provider.

Link copied to clipboard

Signs in with OTP - automatically sends the verification code.

Link copied to clipboard

Signs in with passkey.

Link copied to clipboard

Signs in with password authentication.

Link copied to clipboard

Signs in with a ticket.

Link copied to clipboard

Creates a new sign-up with the provided details.

Link copied to clipboard

Signs up via account portal.

Link copied to clipboard

Signs up with Enterprise SSO.

Link copied to clipboard

Signs up with an ID token from an identity provider.

Link copied to clipboard

Signs up with OAuth provider.

Link copied to clipboard

Signs up with a ticket.