Auth
Web Authn Get Assertion
Start the WebAuthn assertion for an existing account.
GET
/auth/webauthn/assert/{account_handle}Start the WebAuthn assertion for an existing account.
storyden-session<token>
In: cookie
Path Parameters
account_handle*string
Account handle.
Response Body
application/json
application/json
curl -X GET "https://example.com/auth/webauthn/assert/southclaws"{
"publicKey": {
"challenge": "string",
"timeout": 0,
"rpId": "string",
"allowCredentials": [
{
"type": "public-key",
"id": "string",
"transports": [
"ble"
]
}
],
"userVerification": "discouraged"
}
}Empty
Empty
{
"type": "string",
"title": "string",
"detail": "string",
"trace_id": "string",
"metadata": {}
}