()
| 332 | export class MicrosoftProvider extends ProviderBase { |
| 333 | _builder: com.firebase.ui.auth.AuthUI.IdpConfig.MicrosoftBuilder; |
| 334 | constructor() { |
| 335 | super(); |
| 336 | this._builder = new com.firebase.ui.auth.AuthUI.IdpConfig.MicrosoftBuilder(); |
| 337 | } |
| 338 | |
| 339 | _scopes: string[] = []; |
| 340 | get scopes() { |
nothing calls this directly
no outgoing calls
no test coverage detected