Home > @cerbos/core > JWT
A JSON Web Token to use as an auxiliary data source, which will be verified against the Cerbos policy decision point (PDP) server's configured JSON Web Key Sets (JWKS) unless verification is disabled on the server.
Signature:
export interface JWT
Property |
Modifiers |
Type |
Description |
---|---|---|---|
string | undefined |
(Optional) The ID of the JWKS to be used by the PDP server to verify the JWT. | ||
string |
The encoded JWT. |