| 816 | } |
| 817 | |
| 818 | export class OAuthProvider implements IOAuthProvider { |
| 819 | _providerId: string; |
| 820 | _customProvider: boolean; |
| 821 | _builder: com.google.firebase.auth.OAuthProvider.Builder; |
nothing calls this directly
no outgoing calls
no test coverage detected