Home
last modified time | relevance | path

Searched refs:acceptable_scope (Results 1 – 1 of 1) sorted by relevance

/external/libweave/src/privet/
Dprivet_handler.cc666 AuthScope acceptable_scope = AuthScope::kViewer; in HandleAuth() local
677 acceptable_scope = std::max(desired_scope, acceptable_scope); in HandleAuth()
695 if (access_token_scope < acceptable_scope) { in HandleAuth()