| 710 | } |
| 711 | |
| 712 | export class AppleAuthProvider { |
| 713 | static credential(idToken: string, nonce: string) { |
| 714 | return AuthCredential.fromNative(FIROAuthProvider.credentialWithProviderIDIDTokenRawNonce('apple.com', idToken, nonce)); |
| 715 | } |
nothing calls this directly
no outgoing calls
no test coverage detected