()
| 79 | export class TwitterProvider extends ProviderBase { |
| 80 | _builder: com.firebase.ui.auth.AuthUI.IdpConfig.TwitterBuilder; |
| 81 | constructor() { |
| 82 | super(); |
| 83 | this._builder = new com.firebase.ui.auth.AuthUI.IdpConfig.TwitterBuilder(); |
| 84 | } |
| 85 | |
| 86 | _scopes: string[] = []; |
| 87 | get scopes() { |
nothing calls this directly
no outgoing calls
no test coverage detected