MCPcopy Create free account
hub / github.com/comaps/comaps / IsAuthorized

Method IsAuthorized

libs/editor/osm_auth.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138bool OsmOAuth::IsAuthorized() const
139{
140 return IsValid(m_oauth2token);
141}
142
143// Opens a login page and extract a cookie and a secret token.
144OsmOAuth::SessionID OsmOAuth::FetchSessionId(string const & subUrl, string const & cookies) const

Callers 3

CreateChangeSetMethod · 0.80
CreateAPIFunction · 0.80
UNIT_TESTFunction · 0.80

Calls 1

IsValidFunction · 0.50

Tested by 2

CreateAPIFunction · 0.64
UNIT_TESTFunction · 0.64