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

Method claims

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

Source from the content-addressed store, hash-verified

927 }
928
929 get claims() {
930 return deserialize(this.native?.getClaims?.());
931 }
932
933 get expirationDate() {
934 const ts = this.native?.getExpirationTimestamp?.();

Callers

nothing calls this directly

Calls 1

deserializeFunction · 0.90

Tested by

no test coverage detected