diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2011-06-20 21:26:56 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2011-06-20 21:26:56 -0700 |
commit | 507e88d5c3e8263da48a0b9e695a35bc051f6b56 (patch) | |
tree | d5753afe4d0f5be1c652032a5af2751b0de77064 /samples/OAuthAuthorizationServer/Code/DataClasses.designer.cs | |
parent | 1f77a2b10ed11ac084d1def41b3c891178b0520b (diff) | |
download | DotNetOpenAuth-507e88d5c3e8263da48a0b9e695a35bc051f6b56.zip DotNetOpenAuth-507e88d5c3e8263da48a0b9e695a35bc051f6b56.tar.gz DotNetOpenAuth-507e88d5c3e8263da48a0b9e695a35bc051f6b56.tar.bz2 |
We have an implicit grant javascript client that can obtain an access token.
It doesn't know how to use it yet though.
Diffstat (limited to 'samples/OAuthAuthorizationServer/Code/DataClasses.designer.cs')
-rw-r--r-- | samples/OAuthAuthorizationServer/Code/DataClasses.designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/OAuthAuthorizationServer/Code/DataClasses.designer.cs b/samples/OAuthAuthorizationServer/Code/DataClasses.designer.cs index c8d1b19..5035753 100644 --- a/samples/OAuthAuthorizationServer/Code/DataClasses.designer.cs +++ b/samples/OAuthAuthorizationServer/Code/DataClasses.designer.cs @@ -2,7 +2,7 @@ //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. -// Runtime Version:4.0.30319.225 +// Runtime Version:4.0.30319.235 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -336,7 +336,7 @@ namespace OAuthAuthorizationServer.Code } } - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ClientSecret", DbType="NVarChar(50) NOT NULL", CanBeNull=false)] + [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ClientSecret", DbType="NVarChar(50)")] public string ClientSecret { get |