Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 454 Bytes

core.jwt.keysetid.md

File metadata and controls

18 lines (10 loc) · 454 Bytes

Home > @cerbos/core > JWT > keySetId

JWT.keySetId property

The ID of the JWKS to be used by the PDP server to verify the JWT.

Signature:

keySetId?: string | undefined;

Remarks

Optional if the PDP server only has one JWKS configured or verification disabled.