The OAuthManager type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetClientTypeByName |
Returns type of client by name.
| |
| IsRegisteredClient |
Checks registered provider with the specified name or not.
| |
| RegisterClient(OAuthBase) |
Registers the specified client in the application.
| |
| RegisterClient(String, OAuthBase) |
Registers the specified client in the application. (the main method)
| |
| RegisterClient(ClientName, OAuthBase) |
Registers the specified client in the application.
| |
| RegisterClient(String, String, String) |
Registers the specified client in the application.
| |
| RegisterClient(String, String, String, String, NameValueCollection, Object ) |
Registers the specified client in the application.
| |
| RegisterClient(ClientName, String, String, String, NameValueCollection, Object ) |
Registers the specified client in the application.
|
See Also