HomeSort by relevance Sort by last modified time
    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 70 milliseconds