OAuthManager MethodsNemiro.OAuth

The OAuthManager type exposes the following members.

Methods

  NameDescription
Public methodStatic memberGetClientTypeByName
Returns type of client by name.
Public methodStatic memberIsRegisteredClient
Checks registered provider with the specified name or not.
Public methodStatic memberRegisterClient(OAuthBase)
Registers the specified client in the application.
Public methodStatic memberRegisterClient(String, OAuthBase)
Registers the specified client in the application. (the main method)
Public methodStatic memberRegisterClient(ClientName, OAuthBase)
Registers the specified client in the application.
Public methodStatic memberRegisterClient(String, String, String)
Registers the specified client in the application.
Public methodStatic memberRegisterClient(String, String, String, String, NameValueCollection,  Object )
Registers the specified client in the application.
Public methodStatic memberRegisterClient(ClientName, String, String, String, NameValueCollection,  Object )
Registers the specified client in the application.
Top
See Also