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

Function getRequiredScopeNames

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

Source from the content-addressed store, hash-verified

41 * @returns Array of required scope name strings.
42 */
43export function getRequiredScopeNames(): string[] {
44 return Constants.OAUTH_SCOPES.REQUIRED.map(({ name }) => name);
45}
46
47/**
48 * Return the list of recommended OAuth scope names.

Callers 3

scopes.test.tsFile · 0.90
AccountScopesRouteFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected