(ui: UI)
| 250 | } |
| 251 | |
| 252 | getNative(ui: UI) { |
| 253 | return FUIAnonymousAuth.alloc().initWithAuthUI(ui.native); |
| 254 | } |
| 255 | } |
| 256 | |
| 257 | export class MicrosoftProvider extends ProviderBase { |
nothing calls this directly
no outgoing calls
no test coverage detected