Deprecate of Tizen.Account.OAuth2 (#1094)
authorpvschakradhar <48746416+pvschakradhar@users.noreply.github.com>
Thu, 17 Oct 2019 22:57:32 +0000 (04:27 +0530)
committerWonYoung Choi <wy80.choi@samsung.com>
Thu, 17 Oct 2019 22:57:32 +0000 (07:57 +0900)
commitefb8ecb6e658ecfb16c43e97116ace725c0449ba
treec53bb48a99f9f40b6b48434d419d80f68fb856e5
parent74eea38d7a0d098fdbcdbcc03301ac7a9d5b08c8
Deprecate of Tizen.Account.OAuth2 (#1094)
20 files changed:
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/AccessToken.cs
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/AuthenticationScheme.cs
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/AuthorizationRequest.cs
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/AuthorizationResponse.cs
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/Authorizer.cs
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/ClientCredentials.cs
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/ClientCredentialsAuthorizer.cs
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/ClientCredentialsTokenRequest.cs
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/CodeGrantAuthorizationRequest.cs
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/CodeGrantAuthorizer.cs
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/CodeGrantTokenRequest.cs
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/ImplicitGrantAuthorizationRequest.cs
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/ImplicitGrantAuthorizer.cs
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/OAuth2ErrorResponse.cs
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/RefreshToken.cs
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/RefreshTokenRequest.cs
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/ResourceOwnerPwdCredentialsAuthorizer.cs
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/ResourceOwnerPwdCredentialsTokenRequest.cs
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/TokenRequest.cs
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/TokenResponse.cs