Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ authDate
Method
authDate
packages/firebase-auth/index.ios.ts:865–867 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
863
}
864
865
get authDate() {
866
return
this.native.authDate;
867
}
868
869
get claims() {
870
return
deserialize(this.native?.claims);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected