| 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.
|
|
|