audience
valuehttps://{yourDomain}/me/
.
Scope | Description |
---|---|
create:me:authentication-methods | Allows the user to enroll a new authentication method. |
POST https://{yourDomain}/me/authentication-methods
SCOPES
create:me:authentication-methods
BODY PARAMETERS
Parameter | Data type | Required? | Description |
---|---|---|---|
type | string | Required | The type of authentication method. Available values: passkey . |
connection | string | Optional | The name of the connection on which to create the new authentication method. |
identity_user_id | string | Optional | The identifier of the current user identity. Used with linked accounts. |