sync from spin dotnet branch
authorjkjo92 <jkjo92@samsung.com>
Wed, 7 Dec 2016 10:16:48 +0000 (19:16 +0900)
committerjkjo92 <jkjo92@samsung.com>
Wed, 7 Dec 2016 10:16:48 +0000 (19:16 +0900)
commit47cc60b427ad84e1e7986a84a62e8b2d8877936f
treefb0f25b41dab7cbf8d1adfbe94a4921cd61adbc0
parent7d6d9294b0cf9ab0f016c7936b5c4b746990a2e5
sync from spin dotnet branch

Change-Id: I75a73324eff219cd52fe27dfb8c83c7a95467999
38 files changed:
LICENSE [new file with mode: 0644]
packaging/csapi-account-oauth2.manifest [new file with mode: 0755]
packaging/csapi-account-oauth2.spec [new file with mode: 0644]
src/Tizen.Account.OAuth2/Interop/Interop.Common.cs [new file with mode: 0644]
src/Tizen.Account.OAuth2/Interop/Interop.Error.cs [new file with mode: 0644]
src/Tizen.Account.OAuth2/Interop/Interop.Libraries.cs [new file with mode: 0644]
src/Tizen.Account.OAuth2/Interop/Interop.Manager.cs [new file with mode: 0644]
src/Tizen.Account.OAuth2/Interop/Interop.Request.cs [new file with mode: 0644]
src/Tizen.Account.OAuth2/Interop/Interop.Response.cs [new file with mode: 0644]
src/Tizen.Account.OAuth2/Interop/Interop.Types.cs [new file with mode: 0644]
src/Tizen.Account.OAuth2/Properties/AssemblyInfo.cs [new file with mode: 0644]
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2.Net45.csproj [new file with mode: 0644]
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2.Net45.project.json [new file with mode: 0644]
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2.csproj [new file with mode: 0644]
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2.nuspec [new file with mode: 0644]
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2.project.json [new file with mode: 0644]
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2.snk [new file with mode: 0644]
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/AccessToken.cs [new file with mode: 0644]
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/AuthenticationScheme.cs [new file with mode: 0644]
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/AuthorizationRequest.cs [new file with mode: 0644]
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/AuthorizationResponse.cs [new file with mode: 0644]
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/Authorizer.cs [new file with mode: 0644]
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/ClientCredentials.cs [new file with mode: 0644]
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/ClientCredentialsAuthorizer.cs [new file with mode: 0644]
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/ClientCredentialsTokenRequest.cs [new file with mode: 0644]
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/CodeGrantAuthorizationRequest.cs [new file with mode: 0644]
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/CodeGrantAuthorizer.cs [new file with mode: 0644]
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/CodeGrantTokenRequest.cs [new file with mode: 0644]
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/ImplicitGrantAuthorizationRequest.cs [new file with mode: 0644]
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/ImplicitGrantAuthorizer.cs [new file with mode: 0644]
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/OAuth2ErrorFactory.cs [new file with mode: 0644]
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/OAuth2ErrorResponse.cs [new file with mode: 0644]
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/RefreshToken.cs [new file with mode: 0644]
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/RefreshTokenRequest.cs [new file with mode: 0644]
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/ResourceOwnerPwdCredentialsAuthorizer.cs [new file with mode: 0644]
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/ResourceOwnerPwdCredentialsTokenRequest.cs [new file with mode: 0644]
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/TokenRequest.cs [new file with mode: 0644]
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/TokenResponse.cs [new file with mode: 0644]