Stratal API Reference
    Preparing search index...

    Interface AuthGuardOptions

    Options for AuthGuard factory

    interface AuthGuardOptions {
        scopes?: string[];
    }
    Index

    Properties

    Properties

    scopes?: string[]

    Required permissions (scopes) for authorization If provided, permission check is performed after authentication. If omitted, only authentication is required.