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

  /external/libweave/src/privet/
security_manager_unittest.cc 161 const AuthScope requested_scope = scopes[i % arraysize(scopes)]; local
166 requested_scope, &token, &scope,
168 EXPECT_EQ(requested_scope, scope);
173 EXPECT_EQ(requested_scope, info.scope());
privet_handler.cc 668 std::string requested_scope; local
669 input.GetString(kAuthRequestedScopeKey, &requested_scope);
670 if (requested_scope != kAuthScopeAutoValue) {
671 if (!StringToEnum(requested_scope, &desired_scope)) {
674 requested_scope.c_str());
    [all...]

Completed in 66 milliseconds