Searched defs:AuthManager (Results 1 - 2 of 2) sorted by relevance

/external/libweave/src/privet/
H A Dauth_manager.h26 class AuthManager { class in namespace:weave::privet
28 AuthManager(Config* config,
32 AuthManager(const std::vector<uint8_t>& auth_secret,
36 ~AuthManager();
91 std::deque<std::pair<std::unique_ptr<AuthManager>, RootClientTokenOwner>>
94 DISALLOW_COPY_AND_ASSIGN(AuthManager);
H A Dauth_manager.cc275 AuthManager::AuthManager(Config* config, function in class:weave::privet::AuthManager
288 AuthManager::AuthManager(const std::vector<uint8_t>& auth_secret, function in class:weave::privet::AuthManager
292 : AuthManager(nullptr, certificate_fingerprint) {
300 void AuthManager::SetAuthSecret(const std::vector<uint8_t>& secret,
320 AuthManager::~AuthManager() {}
322 std::vector<uint8_t> AuthManager::CreateAccessToken(const UserInfo& user_info,
343 bool AuthManager
[all...]

Completed in 160 milliseconds