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

Method issuedAtDate

packages/firebase-auth/index.ios.ts:877–879  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

875 }
876
877 get issuedAtDate() {
878 return this.native?.issuedAtDate;
879 }
880
881 get signInProvider() {
882 return this.native.signInProvider;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected