()
| 372 | export class YahooProvider extends ProviderBase { |
| 373 | _builder: com.firebase.ui.auth.AuthUI.IdpConfig.YahooBuilder; |
| 374 | constructor() { |
| 375 | super(); |
| 376 | this._builder = new com.firebase.ui.auth.AuthUI.IdpConfig.YahooBuilder(); |
| 377 | } |
| 378 | |
| 379 | _scopes: string[] = []; |
| 380 | get scopes() { |
nothing calls this directly
no outgoing calls
no test coverage detected