blob: 70827277951fe66d3b6f670ac9f84f1965fb2ba4 (
plain)
1
2
3
4
5
6
7
|
namespace DotNetOAuth {
/// <summary>
/// A website or application that uses OAuth to access the Service Provider on behalf of the User.
/// </summary>
internal class Consumer {
}
}
|