Cerbos JavaScript SDK
    Preparing search index...

    Interface DecodedAuxDataWithJWT

    Auxiliary data after decoding a single JSON Web Token (JWT).

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

    Claims read from a JSON Web Token (JWT).