Storyden
Auth

Web Authn Get Assertion

Start the WebAuthn assertion for an existing account.

Start the WebAuthn assertion for an existing account.

GET/auth/webauthn/assert/{account_handle}
storyden-session<token>

In: cookie

Path Parameters

account_handlestring

Account handle.

Response Body

curl -X GET "https://loading/api/auth/webauthn/assert/southclaws"
{
  "publicKey": {
    "challenge": "string",
    "timeout": 0,
    "rpId": "string",
    "allowCredentials": [
      {
        "type": "public-key",
        "id": "string",
        "transports": [
          "ble"
        ]
      }
    ],
    "userVerification": "discouraged"
  }
}
Empty
Empty
{
  "error": "string",
  "message": "string",
  "suggested": "string",
  "metadata": {}
}