| 766 | declare var FIRAuthErrorUserInfoUpdatedCredentialKey: string; |
| 767 | |
| 768 | declare class FIRAuthErrors extends NSObject { |
| 769 | static alloc(): FIRAuthErrors; // inherited from NSObject |
| 770 | |
| 771 | static new(): FIRAuthErrors; // inherited from NSObject |
nothing calls this directly
no outgoing calls
no test coverage detected