curl --request GET \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/users/passkeys/signin \
--header 'Authorization: Bearer <token>'{
"challenge": "An example name",
"timeout": 123,
"rpId": "An example name",
"userVerification": "discouraged",
"allowCredentials": [
{
"id": "<string>",
"transports": [
"usb"
]
}
],
"extensions": {
"appid": "<string>",
"appidExclude": "<string>",
"credProps": true,
"uvm": true
},
"hints": "hybrid"
}curl --request GET \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/users/passkeys/signin \
--header 'Authorization: Bearer <token>'{
"challenge": "An example name",
"timeout": 123,
"rpId": "An example name",
"userVerification": "discouraged",
"allowCredentials": [
{
"id": "<string>",
"transports": [
"usb"
]
}
],
"extensions": {
"appid": "<string>",
"appidExclude": "<string>",
"credProps": true,
"uvm": true
},
"hints": "hybrid"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the environment
36"95b11417-f18f-457f-8804-68e361f9164f"
Related origin rp id
returns passkey authentication options
"An example name"
Timeout in milliseconds
"An example name"
discouraged, preferred, required Show child attributes
Show child attributes
hybrid, security-key, client-device Was this page helpful?