| 98 | * @since 13 |
| 99 | */ |
| 100 | declare class FIRAuth extends NSObject implements FIRAuthInterop, UIApplicationDelegate, UISceneDelegate { |
| 101 | static alloc(): FIRAuth; // inherited from NSObject |
| 102 | |
| 103 | static auth(): FIRAuth; |
nothing calls this directly
no outgoing calls
no test coverage detected