(key: string, value: string)
| 785 | } |
| 786 | |
| 787 | addCustomParameter(key: string, value: string) { |
| 788 | this._customParameters[key] = value; |
| 789 | } |
| 790 | |
| 791 | setScopes(scopes: string[]) { |
| 792 | if (Array.isArray(scopes)) { |
no outgoing calls
no test coverage detected