Create an authentication method. Authentication methods created via this endpoint will be auto confirmed and should already have verification completed.
Documentation Index
Fetch the complete documentation index at: https://docs-dev.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the user to whom the new authentication method will be assigned.
phone, email, totp, webauthn-roaming, passkey A human-readable label to identify the authentication method.
Base32 encoded secret for TOTP generation.
Applies to phone authentication methods only. The destination phone number used to send verification codes via text and voice.
2 - 30Applies to email authentication methods only. The email address used to send verification messages.
Applies to phone authentication methods only. The preferred communication method.
voice, sms Applies to webauthn/passkey authentication methods only. The id of the credential.
Applies to webauthn/passkey authentication methods only. The public key, which is encoded as base64.
Applies to passkeys only. Authenticator Attestation Globally Unique Identifier
Applies to webauthn authentication methods only. The relying party identifier.
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.
single_device, multi_device Applies to passkeys only. Whether the credential was backed up.
Applies to passkeys only. The ID of the user identity linked with the authentication method.
Applies to passkeys only. The user-agent of the browser used to create the passkey.
Applies to passkeys only. The user handle of the user identity.
Applies to passkeys only. The transports used by clients to communicate with the authenticator.
Authentication method created.
The successfully created authentication method.
phone, email, totp, webauthn-roaming, passkey The ID of the newly created authentication method (automatically generated by the application)
A human-readable label to identify the authentication method.
Base32 encoded secret for TOTP generation
Applies to phone authentication methods only. The destination phone number used to send verification codes via text and voice.
2 - 30Applies to email authentication methods only. The email address used to send verification messages.
Preferred phone authentication method
voice, sms Applies to webauthn authenticators only. The id of the credential.
Applies to webauthn authenticators only. The public key.
Applies to passkeys only. Authenticator Attestation Globally Unique Identifier.
Applies to webauthn authenticators only. The relying party identifier.
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.
single_device, multi_device Applies to passkeys only. Whether the credential was backed up.
Applies to passkeys only. The ID of the user identity linked with the authentication method.
Applies to passkeys only. The user-agent of the browser used to create the passkey.
Applies to passkeys only. The user handle of the user identity.
Applies to passkeys only. The transports used by clients to communicate with the authenticator.
Authentication method creation date