@backblaze-labs/b2-mcp
    Preparing search index...

    Function oauthScopesAllowOperation

    • Return whether verified OAuth scopes allow an operation tier.

      Parameters

      • scopes: ReadonlySet<string> | null

        Verified scopes, or null when OAuth is not active.

      • operation: OAuthOperationScope

        Operation tier to check.

      Returns boolean

      true when OAuth is inactive or the scope set permits the operation.