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