summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth.Consumer/OAuth/ServiceProviderDescription.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOpenAuth.OAuth.Consumer/OAuth/ServiceProviderDescription.cs')
-rw-r--r--src/DotNetOpenAuth.OAuth.Consumer/OAuth/ServiceProviderDescription.cs4
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.