From: randeepsingh01 <49635973+randeepsingh01@users.noreply.github.com> Date: Thu, 30 May 2019 09:21:20 +0000 (+0530) Subject: [OAuth2] Remove reference to AuthorizeAsync method from documentation (#852) X-Git-Tag: submit/tizen/20190531.005157~1^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=94172a3f178f8c9e4100eafc1db23341164cb8ba;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [OAuth2] Remove reference to AuthorizeAsync method from documentation (#852) * [OAuth2] Remove reference to AuthorizeAsync method from documentation * Update src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/CodeGrantAuthorizer.cs Co-Authored-By: WonYoung Choi * Update src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/ImplicitGrantAuthorizer.cs Co-Authored-By: WonYoung Choi --- diff --git a/src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/CodeGrantAuthorizer.cs b/src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/CodeGrantAuthorizer.cs index 6fe64678a..14f0f3141 100755 --- a/src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/CodeGrantAuthorizer.cs +++ b/src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/CodeGrantAuthorizer.cs @@ -39,7 +39,7 @@ namespace Tizen.Account.OAuth2 /// - /// Retrieves access token by exchanging authorization code received using . + /// Retrieves access token by exchanging authorization code received using . /// The authroization request parameters should be as defined in https://tools.ietf.org/html/rfc6749#section-4.1.3 /// /// 3 diff --git a/src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/ImplicitGrantAuthorizer.cs b/src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/ImplicitGrantAuthorizer.cs index 5e06c42cd..0b7867a86 100755 --- a/src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/ImplicitGrantAuthorizer.cs +++ b/src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/ImplicitGrantAuthorizer.cs @@ -37,7 +37,7 @@ namespace Tizen.Account.OAuth2 } /// - /// Access token can be retreived implicitly using in this flow. + /// Access token can be retreived implicitly using in this flow. /// /// 3 /// Thrown when the operation is not supported