Lines Matching refs:AuthScope
122 AuthScope scope;
125 auth_code_base64, AuthScope::kOwner,
127 EXPECT_EQ(AuthScope::kOwner, scope);
132 EXPECT_EQ(AuthScope::kOwner, info.scope());
156 AuthScope scopes[] = {
157 AuthScope::kViewer, AuthScope::kUser, AuthScope::kManager,
158 AuthScope::kOwner,
161 const AuthScope requested_scope = scopes[i % arraysize(scopes)];
163 AuthScope scope;