| 822 | } |
| 823 | |
| 824 | export class PhoneAuthCredential extends AuthCredential implements IPhoneAuthCredential { |
| 825 | protected _native: FIRPhoneAuthCredential; |
| 826 | |
| 827 | static fomNative(credential: FIRPhoneAuthCredential) { |
nothing calls this directly
no outgoing calls
no test coverage detected