| 783 | } |
| 784 | |
| 785 | export class OAuthCredential extends AuthCredential implements IOAuthCredential { |
| 786 | protected _native: com.google.firebase.auth.OAuthCredential; |
| 787 | |
| 788 | static fromNative(credential: com.google.firebase.auth.OAuthCredential) { |
nothing calls this directly
no outgoing calls
no test coverage detected