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

Method idpSecret

packages/firebase-ui/index.ios.ts:400–406  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

398 }
399
400 get idpSecret(): string {
401 if (this._isOauthCred) {
402 const cred = this.native.credential as FIROAuthCredential;
403 return cred.secret;
404 }
405 return null;
406 }
407
408 get idpToken(): string {
409 if (this._isOauthCred) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected