Methods
| Name | Description | |
|---|---|---|
| GetAuthorizationUrl(String) |
Returns the authorization URL of the specified provider.
| |
| GetAuthorizationUrl(String, NameValueCollection) |
Returns the authorization URL of the specified provider with specified parameters.
| |
| GetAuthorizationUrl(String, String) |
Returns the authorization URL of the specified provider and return URL.
| |
| GetAuthorizationUrl(String, NameValueCollection, String) |
Returns the authorization URL of the specified provider, query parameters and return URL.
| |
| GetAuthorizationUrl(ClientName, NameValueCollection, String) |
Returns the authorization URL of the specified provider, query parameters and return URL.
| |
| RedirectToAuthorization(String) |
Redirects current client to the authorization page of the specified provider.
| |
| RedirectToAuthorization(String, NameValueCollection) |
Redirects current client to the authorization page of the specified provider with specified parameters.
| |
| RedirectToAuthorization(String, String) |
Redirects current client to the authorization page of the specified provider and return URL.
| |
| RedirectToAuthorization(String, NameValueCollection, String) |
Redirects current client to the authorization page of the specified provider, query parameters and return URL.
| |
| RedirectToAuthorization(ClientName, NameValueCollection, String) |
Redirects current client to the authorization page of the specified provider, query parameters and return URL.
| |
| VerifyAuthorization |
Verifies the authorization results for the current URL.
| |
| VerifyAuthorization(String) |
Verifies the authorization results for the specified URL.
| |
| VerifyAuthorization(String, String) |
Verifies the authorization results for the specified request identifier and the code of the authorization.
| |
| VerifyAuthorizationAndRemoveRequest |
Verifies the authorization results for the current URL and removes the request from memory.
| |
| VerifyAuthorizationAndRemoveRequest(String) |
Verifies the authorization results for the specified URL, and removes the request from memory.
| |
| VerifyAuthorizationAndRemoveRequest(String, String) |
Verifies the authorization results for the specified request identifier and the code of the authorization, and removes the request from memory.
|
See Also