Cerbos JavaScript SDK
    Preparing search index...

    Interface DecodedAuxDataWithJWTs

    Auxiliary data after decoding multiple named JSON Web Tokens (JWTs).

    interface DecodedAuxDataWithJWTs {
        jwts: Record<string, Record<string, Value>>;
    }
    Index
    jwts: Record<string, Record<string, Value>>

    Claims read from named JSON Web Tokens (JWTs).

    Requires the Cerbos policy decision point server to be at least v0.55.