Auth
Web Authn Make Assertion
Complete the credential assertion and sign in to an account.
POST
/auth/webauthn/assertComplete the credential assertion and sign in to an account.
Authorization
webauthn storyden-webauthn-session<token>
In: cookie
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/auth/webauthn/assert" \ -H "Content-Type: application/json" \ -d '{ "id": "string", "rawId": "string", "response": { "clientDataJSON": "string" }, "type": "string" }'{
"id": "string"
}Empty
Empty
{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}