Factor
@Serializable
The Factor type represents the factor verification strategy that can be used in the sign-in process.
Constructors
Link copied to clipboard
constructor(strategy: String, emailAddressId: String? = null, phoneNumberId: String? = null, web3WalletId: String? = null, trustedDeviceId: String? = null, enterpriseConnectionId: String? = null, enterpriseConnectionName: String? = null, safeIdentifier: String? = null, primary: Boolean? = null, default: Boolean? = null)
Properties
Link copied to clipboard
The ID of the email address that a code or link will be sent to.
Link copied to clipboard
The ID of the enterprise connection that will be used for SSO.
Link copied to clipboard
The display name of the enterprise connection that will be used for SSO.
Link copied to clipboard
The ID of the phone number that a code will be sent to.
Link copied to clipboard
The safe identifier of the factor.
Link copied to clipboard
The ID of the trusted-device credential that will be used to sign a challenge.
Link copied to clipboard
The ID of the Web3 wallet that will be used to sign a message.