diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-24 21:20:21 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-24 21:20:21 -0700 |
commit | 3d7362d0e79c5caae7115acd40220afe038c6cf4 (patch) | |
tree | c30378552e65c73b808e1b70b313625dd3bb7a33 /src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/Messages/EndUserAuthorizationSuccessAuthCodeResponseAS.cs | |
parent | 4d9022d728ba5559afaae25cb3025891bf1dc390 (diff) | |
download | DotNetOpenAuth-3d7362d0e79c5caae7115acd40220afe038c6cf4.zip DotNetOpenAuth-3d7362d0e79c5caae7115acd40220afe038c6cf4.tar.gz DotNetOpenAuth-3d7362d0e79c5caae7115acd40220afe038c6cf4.tar.bz2 |
Fixed comments and a couple missing [Serializable] attributes.
Diffstat (limited to 'src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/Messages/EndUserAuthorizationSuccessAuthCodeResponseAS.cs')
-rw-r--r-- | src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/Messages/EndUserAuthorizationSuccessAuthCodeResponseAS.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/Messages/EndUserAuthorizationSuccessAuthCodeResponseAS.cs b/src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/Messages/EndUserAuthorizationSuccessAuthCodeResponseAS.cs index 99f69b9..25f5dc8 100644 --- a/src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/Messages/EndUserAuthorizationSuccessAuthCodeResponseAS.cs +++ b/src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/Messages/EndUserAuthorizationSuccessAuthCodeResponseAS.cs @@ -12,7 +12,9 @@ namespace DotNetOpenAuth.OAuth2.Messages { using DotNetOpenAuth.OAuth2.ChannelElements; /// <summary> - /// TODO: Update summary. + /// The message sent by the Authorization Server to the Client via the user agent + /// to indicate that user authorization was granted, carrying an authorization code and possibly an access token, + /// and to return the user to the Client where they started their experience. /// </summary> internal class EndUserAuthorizationSuccessAuthCodeResponseAS : EndUserAuthorizationSuccessAuthCodeResponse, IAuthorizationCodeCarryingRequest { /// <summary> |