Authorization Server supporting the web server flow.
Namespace:
DotNetOpenAuth.OAuth2Assembly: 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'); |