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

Method authDate

packages/firebase-auth/index.android.ts:921–927  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

919 }
920
921 get authDate() {
922 const ts = this.native?.getAuthTimestamp?.();
923 if (ts) {
924 return new Date(ts);
925 }
926 return null;
927 }
928
929 get claims() {
930 return deserialize(this.native?.getClaims?.());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected