Cerbos JavaScript SDK
    Preparing search index...

    Interface AuxDataWithoutJWT

    Auxiliary data without a JSON Web Token (JWT).

    interface AuxDataWithoutJWT {
        jwt?: undefined;
    }
    Index
    jwt?: undefined

    Allow explicitly setting jwt to undefined for backwards compatibility.