SignInFirstFactor
The SignInFirstFactor
type represents the first factor verification strategy that can be used in the sign-in process.
- Name
strategy
- Type
string
- Description
The strategy of the factor. Supports the following values:
"email_code"
"email_link"
"phone_code"
"password"
"reset_password_phone_code"
"reset_password_email_code"
"web3_metamask_signature"
"web3_coinbase_wallet_signature"
OAuthStrategy
"saml"
- Name
emailAddressId
- Type
string
- Description
The ID of the email address that a code or link will be sent to. Populated when the
strategy
is"email_code"
,"email_link"
, or"reset_password_email_code"
.
- Name
phoneNumberId
- Type
string
- Description
The ID of the phone number that a code will be sent to. Populated when the
strategy
is"phone_code"
or"reset_password_phone_code"
.
- Name
web3WalletId
- Type
string
- Description
The ID of the Web3 wallet that will be used to sign a message. Populated when the
strategy
is"web3_metamask_signature"
or"web3_coinbase_wallet_signature"
.
- Name
safeIdentifier
- Type
string
- Description
The safe identifier of the factor. Supports the following values:
"emailAddress"
"phoneNumber"
Populated when the strategy is
"email_code"
,"email_link"
,"phone_code"
,"reset_password_email_code"
, or"reset_password_phone_code"
.
- Name
primary
- Type
boolean
- Description
Whether the factor is the primary factor.
Populated when the strategy is"email_code"
,"email_link"
,"phone_code"
,"web3_metamask_signature"
,"web3_coinbase_wallet_signature"
,"reset_password_email_code"
, or"reset_password_phone_code"
.
Feedback
Last updated on