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