onvif
    Preparing search index...

    Interface CustomClaim

    interface CustomClaim {
        name: string;
        supportedValues: StringList;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    name: string

    Custom claim name.

    supportedValues: StringList

    List of supported custom claim values. A JWT must contain at least one of these.