Interface ValidateAccessOptions

interface ValidateAccessOptions {
    action: string;
    context: WinstonLoggerContext;
    scopes?: ActionScopes | ActionScopesArray;
}

Properties

action: string
scopes?: ActionScopes | ActionScopesArray