Cerbos JavaScript SDK
    Preparing search index...

    Interface AuxData

    Auxiliary data sources that can be referenced in policy conditions.

    interface AuxData {
        jwt?: JWT;
    }
    Index

    Properties

    Properties

    jwt?: JWT

    A JSON Web Token (JWT) to use as an auxiliary data source.