allOAuthScopes top-level constant

List<String> const allOAuthScopes

All OAuth scopes.

Implementation

const allOAuthScopes = [
  'user:profile',
  'user:inference',
  'org:create_api_key',
  neomageAiInferenceScope,
];