PrepareSecondFactorParams
@Serializable
A parameter object for preparing the second factor verification.
This class is used to specify the strategy and related details for preparing a second factor authentication method. For example, if you want to use a one-time code sent to the user's phone, you would set the strategy to "phone_code".
See also
Properties
Link copied to clipboard
The ID of the email address to use for email_code verification. This is typically retrieved from the supportedSecondFactors list on the SignIn object.
Link copied to clipboard
The ID of the phone number to use for phone_code verification. This is typically retrieved from the supportedSecondFactors list on the SignIn object.