Generate a Relay claim
Returns a relay's claim.
Privacy Pass token per RFC 9577. Provide as Authorization: PrivateToken token=<privacyPassToken>.
The public Relay token returned by POST /relays.
The relay-secret value returned at Relay creation. Required for every read of the claim payload; an incorrect secret returns 404.
The claim payload. If an encryption-key-pem was provided at Relay creation, this
is a base64-encoded RSA OAEP ciphertext that must be decrypted client-side.
Otherwise, this is a JSON string containing claim_type, claim_result, and an
optional methodology array.
true if the Privacy Pass token was consumed by this request. false if the underlying claim did not pass and the token was refunded to the client.
Server API version. More info on versioning can be found here.