()
| 59 | * @returns Array of alternate scope name strings. |
| 60 | */ |
| 61 | export function getAlternateScopeNames(): string[] { |
| 62 | return Constants.OAUTH_SCOPES.ALTERNATE.map(({ name }) => name); |
| 63 | } |
| 64 | |
| 65 | /** |
| 66 | * Return the required OAuth scopes as a comma-separated string. |
no outgoing calls
no test coverage detected