OAuthWeb MethodsNemiro.OAuth
Methods

  NameDescription
Public methodStatic memberGetAuthorizationUrl(String)
Returns the authorization URL of the specified provider.
Public methodStatic memberGetAuthorizationUrl(String, NameValueCollection)
Returns the authorization URL of the specified provider with specified parameters.
Public methodStatic memberGetAuthorizationUrl(String, String)
Returns the authorization URL of the specified provider and return URL.
Public methodStatic memberGetAuthorizationUrl(String, NameValueCollection, String)
Returns the authorization URL of the specified provider, query parameters and return URL.
Public methodStatic memberGetAuthorizationUrl(ClientName, NameValueCollection, String)
Returns the authorization URL of the specified provider, query parameters and return URL.
Public methodStatic memberRedirectToAuthorization(String)
Redirects current client to the authorization page of the specified provider.
Public methodStatic memberRedirectToAuthorization(String, NameValueCollection)
Redirects current client to the authorization page of the specified provider with specified parameters.
Public methodStatic memberRedirectToAuthorization(String, String)
Redirects current client to the authorization page of the specified provider and return URL.
Public methodStatic memberRedirectToAuthorization(String, NameValueCollection, String)
Redirects current client to the authorization page of the specified provider, query parameters and return URL.
Public methodStatic memberRedirectToAuthorization(ClientName, NameValueCollection, String)
Redirects current client to the authorization page of the specified provider, query parameters and return URL.
Public methodStatic memberVerifyAuthorization 
Verifies the authorization results for the current URL.
Public methodStatic memberVerifyAuthorization(String)
Verifies the authorization results for the specified URL.
Public methodStatic memberVerifyAuthorization(String, String)
Verifies the authorization results for the specified request identifier and the code of the authorization.
Public methodStatic memberVerifyAuthorizationAndRemoveRequest 
Verifies the authorization results for the current URL and removes the request from memory.
Public methodStatic memberVerifyAuthorizationAndRemoveRequest(String)
Verifies the authorization results for the specified URL, and removes the request from memory.
Public methodStatic memberVerifyAuthorizationAndRemoveRequest(String, String)
Verifies the authorization results for the specified request identifier and the code of the authorization, and removes the request from memory.
Top
See Also