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