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

Method idpSecret

packages/firebase-ui/index.android.ts:533–535  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

531 }
532
533 get idpSecret(): string {
534 return this.native.getIdpSecret();
535 }
536
537 get idpToken(): string {
538 return this.native.getIdpToken();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected