From: jkjo92 Date: Thu, 15 Dec 2016 11:39:37 +0000 (+0900) Subject: Add remark for state and GetCustomValue X-Git-Tag: submit/trunk/20170823.075128~90^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=948f4044ca100429dd4424bb5b6404b65d689222;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Add remark for state and GetCustomValue Change-Id: I5207b5372ccfee87424bc1e1ee1b8ba1efd5b38c --- diff --git a/src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/TokenResponse.cs b/src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/TokenResponse.cs index 5bcfee4..476836a 100644 --- a/src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/TokenResponse.cs +++ b/src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/TokenResponse.cs @@ -48,6 +48,9 @@ namespace Tizen.Account.OAuth2 /// /// The state parameter present in authorization request. /// + /// + /// State will be null if user doesn't put credential manually. + /// public string State { get; internal set; } /// @@ -61,6 +64,9 @@ namespace Tizen.Account.OAuth2 /// /// Custom key-value parameter received from service provider /// + /// + /// GetCustomValue will return null if user doesn't put credential manually. + /// public string GetCustomValue(string key) { IntPtr value;