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