Member Junction
    Preparing search index...

    Interface ScopeAuthOptions

    Options for scope authorization

    interface ScopeAuthOptions {
        applicationName?: string;
        resource?: string;
        throwOnDenied?: boolean;
    }
    Index

    Properties

    applicationName?: string

    The application making the request (default: 'MJAPI')

    resource?: string

    Resource being accessed (e.g., entity name, action name)

    throwOnDenied?: boolean

    Whether to throw an error on denied access (default: true)