Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ idToken
Method
idToken
packages/firebase-auth/index.ios.ts:757–759 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
755
}
756
757
get idToken(): string {
758
return
this.native?.IDToken;
759
}
760
761
get accessToken(): string {
762
return
this.native?.accessToken;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected