Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AdditionalValidationPolicy

Additional JWT validation checks.

Properties

Optional audiences

audiences: Array<string>

The list of intended recipients for the token.

Optional issuers

issuers: Array<string>

A list of parties that could have issued the token.

Optional verifyClaims

verifyClaims: Array<JsonWebTokenClaim>

A list of claims which should be validated to consider the token valid.

Functions

getDeserializedJsonObj

getJsonObj