Skip to content

Latest commit

 

History

History
76 lines (35 loc) · 988 Bytes

core.jwt.md

File metadata and controls

76 lines (35 loc) · 988 Bytes

Home > @cerbos/core > JWT

JWT interface

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 

Properties

Property

Modifiers

Type

Description

keySetId?

string | undefined

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

token

string

The encoded JWT.