diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-03-26 12:52:06 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-03-26 12:52:06 -0700 |
commit | b9ae2ab289e2b9708ea3cce055ac484b00246a8a (patch) | |
tree | 28ef380a84c743075cbddf3417556e1d1bb37f49 /src/DotNetOpenAuth.OAuth.Consumer/OAuth/ServiceProviderDescription.cs | |
parent | 3d37ff45cab6838d80b22e6b782a0b9b4c2f4aeb (diff) | |
download | DotNetOpenAuth-b9ae2ab289e2b9708ea3cce055ac484b00246a8a.zip DotNetOpenAuth-b9ae2ab289e2b9708ea3cce055ac484b00246a8a.tar.gz DotNetOpenAuth-b9ae2ab289e2b9708ea3cce055ac484b00246a8a.tar.bz2 |
Lots of StyleCop fixes.
Diffstat (limited to 'src/DotNetOpenAuth.OAuth.Consumer/OAuth/ServiceProviderDescription.cs')
-rw-r--r-- | src/DotNetOpenAuth.OAuth.Consumer/OAuth/ServiceProviderDescription.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DotNetOpenAuth.OAuth.Consumer/OAuth/ServiceProviderDescription.cs b/src/DotNetOpenAuth.OAuth.Consumer/OAuth/ServiceProviderDescription.cs index 2d07af4..b04b35b 100644 --- a/src/DotNetOpenAuth.OAuth.Consumer/OAuth/ServiceProviderDescription.cs +++ b/src/DotNetOpenAuth.OAuth.Consumer/OAuth/ServiceProviderDescription.cs @@ -61,7 +61,7 @@ namespace DotNetOpenAuth.OAuth { public HttpMethod TemporaryCredentialsRequestEndpointMethod { get; set; } /// <summary> - /// Gets the resource owner authorization endpoint. + /// Gets or sets the resource owner authorization endpoint. /// </summary> /// <value> /// The resource owner authorization endpoint. @@ -70,7 +70,7 @@ namespace DotNetOpenAuth.OAuth { public Uri ResourceOwnerAuthorizationEndpoint { get; set; } /// <summary> - /// Gets the token request endpoint. + /// Gets or sets the token request endpoint. /// </summary> /// <value> /// The token request endpoint. |