Cerbos JavaScript SDK
    Preparing search index...

    Interface DecodedAuxData

    Auxiliary data after decoding the JSON Web Token.

    interface DecodedAuxData {
        jwt: Record<string, Value>;
    }
    Index

    Properties

    Properties

    jwt: Record<string, Value>

    Claims read from a JSON Web Token (JWT).