Searched defs:AccessTokenInfo (Results 1 – 2 of 2) sorted by relevance
37 struct AccessTokenInfo { struct41 std::string token;42 std::string issued_to;43 std::string audience;44 std::string user_id;45 ScopeSet scopes;46 int expires_in;47 std::string email;
123 FakeGaia::AccessTokenInfo::AccessTokenInfo() in AccessTokenInfo() function in FakeGaia::AccessTokenInfo