Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2824)

Unified Diff: remoting/ios/domain/user_info.h

Issue 2949713002: [CRD iOS] Refactor an interface for RemotingAuthorization (Closed)
Patch Set: Resolve feedback Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/ios/domain/user_info.h
diff --git a/remoting/ios/domain/user_info.h b/remoting/ios/domain/user_info.h
index c8f9e8eb17cbe69749affb8bf2bbad74139136d2..7bff7c3970f5295398d481d227cf4b60408c3b66 100644
--- a/remoting/ios/domain/user_info.h
+++ b/remoting/ios/domain/user_info.h
@@ -14,6 +14,8 @@
@property(nonatomic, copy) NSString* userId;
@property(nonatomic, copy) NSString* userFullName;
@property(nonatomic, copy) NSString* userEmail;
+// TODO(yuweih): SSO doesn't use a refresh token and it should not be used to
+// decide whether the UserInfo is authenticated.
@property(nonatomic, copy) NSString* refreshToken;
// Convert a json blob into a |UserInfo| object. Most useful for test.

Powered by Google App Engine
This is Rietveld 408576698