[OAuth2] Remove reference to AuthorizeAsync method from documentation (#852)
authorrandeepsingh01 <49635973+randeepsingh01@users.noreply.github.com>
Thu, 30 May 2019 09:21:20 +0000 (14:51 +0530)
committerWonYoung Choi <wy80.choi@samsung.com>
Thu, 30 May 2019 09:21:20 +0000 (18:21 +0900)
* [OAuth2] Remove reference to AuthorizeAsync method from documentation

* Update src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/CodeGrantAuthorizer.cs

Co-Authored-By: WonYoung Choi <wy80.choi@samsung.com>
* Update src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/ImplicitGrantAuthorizer.cs

Co-Authored-By: WonYoung Choi <wy80.choi@samsung.com>
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/CodeGrantAuthorizer.cs
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/ImplicitGrantAuthorizer.cs

index 6fe6467..14f0f31 100755 (executable)
@@ -39,7 +39,7 @@ namespace Tizen.Account.OAuth2
 
 
         /// <summary>
-        /// Retrieves access token by exchanging authorization code received using <see cref="AuthorizeAsync(AuthorizationRequest)"/>.
+        /// Retrieves access token by exchanging authorization code received using <see cref="ClientCredentialsAuthorizer.AuthorizeAsync(AuthorizationRequest)"/>.
         /// The authroization request parameters should be as defined in https://tools.ietf.org/html/rfc6749#section-4.1.3
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
index 5e06c42..0b7867a 100755 (executable)
@@ -37,7 +37,7 @@ namespace Tizen.Account.OAuth2
         }
 
         /// <summary>
-        /// Access token can be retreived implicitly using <see cref="AuthorizeAsync"/> in this flow.
+        /// Access token can be retreived implicitly using <see cref="ClientCredentialsAuthorizer.AuthorizeAsync"/> in this flow.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <exception cref="InvalidOperationException">Thrown when the operation is not supported</exception>