()
| 412 | export class AppleProvider extends ProviderBase { |
| 413 | _builder: com.firebase.ui.auth.AuthUI.IdpConfig.AppleBuilder; |
| 414 | constructor() { |
| 415 | super(); |
| 416 | this._builder = new com.firebase.ui.auth.AuthUI.IdpConfig.AppleBuilder(); |
| 417 | } |
| 418 | |
| 419 | _scopes: string[] = []; |
| 420 | get scopes() { |
nothing calls this directly
no outgoing calls
no test coverage detected