Auth

Pending PID claim, if any

Returns the pending post-auth claim from the `pid_claim` cookie (verified credential, no identity yet) for the claim picker UI.

GET
/auth/claim/status

Returns the pending post-auth claim from the pid_claim cookie (verified credential, no identity yet) for the claim picker UI.

Response Body

application/json

application/json

curl -X GET "https://example.com/auth/claim/status"
{  "pending": true,  "email": "new@example.com",  "displayName": "New User",  "avatarUrl": null}