SignInStarted

data class SignInStarted(val signIn: SignIn) : AuthEvent

Emitted when a sign-in flow is started.

Constructors

Link copied to clipboard
constructor(signIn: SignIn)

Properties

Link copied to clipboard

The sign-in object representing the current flow.