()
| 77 | * @returns Comma-separated recommended scope names. |
| 78 | */ |
| 79 | export function formatRecommendedOAuthScopes(): string { |
| 80 | return getRecommendedScopeNames().join(', '); |
| 81 | } |
| 82 | |
| 83 | /** |
| 84 | * Return the alternate OAuth scopes as a comma-separated string. |
no test coverage detected