cURL
curl --request POST \ --url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/webauthn/assert/options \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "principalId": "<string>", "authRequestId": "<string>" } '
{ "challengeId": "<string>", "challenge": "<string>", "allowCredentials": [ { "id": "<string>", "type": "<string>" } ], "userVerification": "required", "timeout": 123 }
Generate FIDO2/WebAuthn assertion options for the consent flow. Returns a challenge and PublicKeyCredentialRequestOptions that the browser passes to navigator.credentials.get().
Developer API key
The end-user's principal ID
The authorization request ID this assertion is for
Assertion options
Show child attributes
required