Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 455 Bytes

embedded.options.decodejwtpayload.md

File metadata and controls

13 lines (8 loc) · 455 Bytes

Home > @cerbos/embedded > Options > decodeJWTPayload

Options.decodeJWTPayload property

A function to verify and decode JWTs passed as auxiliary data, returning the JWT payload.

Signature:

decodeJWTPayload?: DecodeJWTPayload | undefined;