(scopes: string[])
| 789 | } |
| 790 | |
| 791 | setScopes(scopes: string[]) { |
| 792 | if (Array.isArray(scopes)) { |
| 793 | this._scopes = scopes; |
| 794 | } |
| 795 | } |
| 796 | |
| 797 | credential(optionsOrIdToken: OAuthCredentialOptions | string | null, accessToken?: string) { |
| 798 | let provider; |
no outgoing calls
no test coverage detected