OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ParseAccessToken
(Results
1 - 2
of
2
) sorted by null
/external/libweave/src/privet/
auth_manager.cc
343
bool AuthManager::
ParseAccessToken
(const std::vector<uint8_t>& token,
security_manager.cc
184
bool SecurityManager::
ParseAccessToken
(const std::string& token,
194
return auth_manager_->
ParseAccessToken
(decoded, user_info, error);
Completed in 51 milliseconds