Class AuthenticationMethod
- Namespace
- Auth0.Management
Api .Models.Users
- Assembly
- Auth0.ManagementApi.dll
- Inheritance
-
Authentication
Method
- Inherited Members
Properties
AuthenticationMethods
[JsonProperty("authentication_methods")]
public IList<AuthenticationMethodBase> AuthenticationMethods { get; set; }
Property Value
Confirmed
The authentication method status
Property Value
- bool?
CreatedAt
Authenticator creation date
Property Value
CredentialBackedUp
Applies to passkeys only. Whether the credential was backed up.
Property Value
- bool?
CredentialDeviceType
Applies to passkeys only. The kind of device the credential is stored on as defined by backup eligibility. "single_device" credentials cannot be backed up and synced to another device, "multi_device" credentials can be backed up if enabled by the end-user.
Property Value
Applies to email and email-verification authentication methods only. The email address used to send verification messages.
Property Value
EnrolledAt
Enrollment date
Property Value
IdentityUserId
Applies to passkeys only. The ID of the user identity linked with the authentication method.
Property Value
KeyId
Applies to webauthn authentication methods only. The ID of the generated credential.
Property Value
LastAuthAt
Last authentication
Property Value
LinkId
The ID of a linked authentication method. Linked authentication methods will be deleted together.
Property Value
Name
A human-readable label to identify the authentication method
Property Value
PhoneNumber
Applies to phone authentication methods only. The destination phone number used to send verification codes via text and voice.
Property Value
PreferredAuthenticationMethod
The authentication method preferred for phone authenticators.
[JsonProperty("preferred_authentication_method")]
public string PreferredAuthenticationMethod { get; set; }
Property Value
PublicKey
Applies to webauthn authentication methods only. The public key.
Property Value
UserAgent
Applies to passkeys only. The user-agent of the browser used to create the passkey.