HomeSort by relevance Sort by last modified time
    Searched defs:ConfirmClientAuthToken (Results 1 - 2 of 2) sorted by null

  /external/libweave/src/privet/
auth_manager.cc 408 bool AuthManager::ConfirmClientAuthToken(const std::vector<uint8_t>& token,
security_manager.cc 225 bool SecurityManager::ConfirmClientAuthToken(const std::string& token,
233 return auth_manager_->ConfirmClientAuthToken(token_decoded, error);

Completed in 248 milliseconds