(scopes: string[])
| 117 | export interface IOAuthProvider { |
| 118 | addCustomParameter(key: string, value: string); |
| 119 | setScopes(scopes: string[]); |
| 120 | credential(optionsOrIdToken: OAuthCredentialOptions | string | null, accessToken?: string); |
| 121 | } |
| 122 |
no outgoing calls
no test coverage detected