Home
last modified time | relevance | path

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

/external/libweave/src/privet/
Dsecurity_manager.cc90 AuthScope desired_scope, in CreateAccessTokenImpl() argument
96 desired_scope, in CreateAccessTokenImpl()
117 AuthScope desired_scope, in CreateAccessTokenImpl() argument
131 return CreateAccessTokenImpl(auth_type, desired_scope, access_token, in CreateAccessTokenImpl()
140 return CreateAccessTokenImpl(auth_type, desired_scope, access_token, in CreateAccessTokenImpl()
158 AuthScope desired_scope, in CreateAccessToken() argument
172 if (!CreateAccessTokenImpl(auth_type, auth_decoded, desired_scope, in CreateAccessToken()
Dsecurity_manager.h64 AuthScope desired_scope,
105 AuthScope desired_scope,
111 AuthScope desired_scope,
Dsecurity_delegate.h27 AuthScope desired_scope,
Dprivet_handler.cc665 AuthScope desired_scope = AuthScope::kOwner; in HandleAuth() local
671 if (!StringToEnum(requested_scope, &desired_scope)) { in HandleAuth()
677 acceptable_scope = std::max(desired_scope, acceptable_scope); in HandleAuth()
681 desired_scope = GetAnonymousMaxScope(*cloud_, wifi_); in HandleAuth()
689 if (!security_->CreateAccessToken(auth_type, auth_code, desired_scope, in HandleAuth()