AttemptFirstFactorParams
A sealed interface defining parameter objects for attempting first factor verification in the sign-in process.
Each implementation represents a different verification strategy that can be used to complete the first factor authentication step.
The strategy value depends on the object's identifier value. Each authentication identifier supports different verification strategies.
Inheritors
Types
Link copied to clipboard
@Serializable
Parameters for email code verification strategy.
Link copied to clipboard
@Serializable
Parameters for passkey verification strategy.
Link copied to clipboard
@Serializable
Parameters for password verification strategy.
Link copied to clipboard
@Serializable
Parameters for phone code verification strategy.
Link copied to clipboard
@Serializable
Parameters for reset password email code verification strategy.
Link copied to clipboard
@Serializable
Parameters for reset password phone code verification strategy.