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

Method claims

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

Source from the content-addressed store, hash-verified

867 }
868
869 get claims() {
870 return deserialize(this.native?.claims);
871 }
872
873 get expirationDate() {
874 return this.native?.expirationDate;

Callers

nothing calls this directly

Calls 1

deserializeFunction · 0.90

Tested by

no test coverage detected