Interface ValidateScopeOptions

interface ValidateScopeOptions {
    includeErrorDescription?: boolean;
    logPrefix?: string;
    requestContextKey?: string;
    scope: string;
}

Properties

includeErrorDescription?: boolean
logPrefix?: string
requestContextKey?: string
scope: string