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

Method expirationDate

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

Source from the content-addressed store, hash-verified

871 }
872
873 get expirationDate() {
874 return this.native?.expirationDate;
875 }
876
877 get issuedAtDate() {
878 return this.native?.issuedAtDate;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected