MCPcopy Create free account
hub / github.com/gitify-app/gitify / getRecommendedScopeNames

Function getRecommendedScopeNames

src/renderer/utils/auth/scopes.ts:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 * @returns Array of recommended scope name strings.
51 */
52export function getRecommendedScopeNames(): string[] {
53 return Constants.OAUTH_SCOPES.RECOMMENDED.map(({ name }) => name);
54}
55
56/**
57 * Return the list of alternate OAuth scope names.

Callers 11

account-mocks.tsFile · 0.90
flows.test.tsFile · 0.90
utils.test.tsFile · 0.90
scopes.test.tsFile · 0.90
getNewTokenURLFunction · 0.90
performGitHubWebOAuthFunction · 0.90
startGitHubDeviceFlowFunction · 0.90
AccountScopesRouteFunction · 0.90
initializeDeviceFlowFunction · 0.90
renderScopeChoiceUIFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected