Authorization Server supporting the web server flow.

Namespace:  DotNetOpenAuth.OAuth2
Assembly:  DotNetOpenAuth (in DotNetOpenAuth.dll)

Syntax

Visual Basic
Public Class AuthorizationServer
C#
public class AuthorizationServer
Visual C++
public ref class AuthorizationServer
JavaScript
DotNetOpenAuth.OAuth2.AuthorizationServer = function();

Type.createClass(
	'DotNetOpenAuth.OAuth2.AuthorizationServer');

Inheritance Hierarchy

System..::..Object
  DotNetOpenAuth.OAuth2..::..AuthorizationServer

See Also