diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-05-29 19:52:05 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-05-29 19:52:05 -0700 |
commit | 15afc19ca85da79bae25b94367e56820d05add7c (patch) | |
tree | 34dff49e37c0dffc48de60f8ffa355f2dbe899f7 /src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/IAuthorizationServerHost.cs | |
parent | 676a7d731002ab76f6948d76e4a9df911932f9d1 (diff) | |
download | DotNetOpenAuth-15afc19ca85da79bae25b94367e56820d05add7c.zip DotNetOpenAuth-15afc19ca85da79bae25b94367e56820d05add7c.tar.gz DotNetOpenAuth-15afc19ca85da79bae25b94367e56820d05add7c.tar.bz2 |
Fixed build warnings due to XML comments
Diffstat (limited to 'src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/IAuthorizationServerHost.cs')
-rw-r--r-- | src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/IAuthorizationServerHost.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/IAuthorizationServerHost.cs b/src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/IAuthorizationServerHost.cs index 3b7df5c..b75cb29 100644 --- a/src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/IAuthorizationServerHost.cs +++ b/src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/IAuthorizationServerHost.cs @@ -194,7 +194,7 @@ namespace DotNetOpenAuth.OAuth2 { /// <summary> /// Determines whether a given set of resource owner credentials is valid based on the authorization server's user database - /// and if so records an authorization entry such that subsequent calls to <see cref="IsAuthorizationValid"/> would + /// and if so records an authorization entry such that subsequent calls to <see cref="IAuthorizationServerHost.IsAuthorizationValid"/> would /// return <c>true</c>. /// </summary> /// <param name="userName">Username on the account.</param> @@ -223,7 +223,7 @@ namespace DotNetOpenAuth.OAuth2 { /// <summary> /// Determines whether an access token request given a client credential grant should be authorized - /// and if so records an authorization entry such that subsequent calls to <see cref="IsAuthorizationValid"/> would + /// and if so records an authorization entry such that subsequent calls to <see cref="IAuthorizationServerHost.IsAuthorizationValid"/> would /// return <c>true</c>. /// </summary> /// <param name="accessRequest"> |