this.gui
    Preparing search index...

    Type Alias ScopeValidationResult

    type ScopeValidationResult = {
        deniedScopes?: AccessScope[];
        grantedScopes: AccessScope[];
    }
    Index

    Properties

    deniedScopes?: AccessScope[]
    grantedScopes: AccessScope[]