| 285 | } |
| 286 | |
| 287 | export declare class OAuthProvider implements IOAuthProvider { |
| 288 | constructor(providerId: string); |
| 289 | addCustomParameter(key: string, value: string); |
| 290 | setScopes(scopes: string[]); |
nothing calls this directly
no outgoing calls
no test coverage detected