From 94172a3f178f8c9e4100eafc1db23341164cb8ba Mon Sep 17 00:00:00 2001 From: randeepsingh01 <49635973+randeepsingh01@users.noreply.github.com> Date: Thu, 30 May 2019 14:51:20 +0530 Subject: [PATCH] [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 --- .../Tizen.Account.OAuth2/CodeGrantAuthorizer.cs | 2 +- .../Tizen.Account.OAuth2/ImplicitGrantAuthorizer.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1