MCPcopy Create free account
hub / github.com/NativeScript/firebase /

Class

packages/firebase-auth/index.ios.ts:712–712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

710}
711
712export class AppleAuthProvider {
713 static credential(idToken: string, nonce: string) {
714 return AuthCredential.fromNative(FIROAuthProvider.credentialWithProviderIDIDTokenRawNonce('apple.com', idToken, nonce));
715 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected