OpenIDGetRedirectURL Method |
Gets the URL on an OpenID server where your web application should redirect the user's browser to.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public static string GetRedirectURL(
string openIdServerUrl,
StringDictionary parameters
)
Public Shared Function GetRedirectURL (
openIdServerUrl As String,
parameters As StringDictionary
) As String
Parameters
- openIdServerUrl
- Type: SystemString
A string with OpenID server URL. - parameters
- Type: System.Collections.SpecializedStringDictionary
A StringDictionary with the OpenID request parameters.
Return Value
Type:
StringA string containing the URL of the authorization page on the OpenID server.
Remarks You'll redirect the user to this page on the OpenID server where the user will be
able to grant permissions to your web application.
See Also