{CompanyName} FlexyGo

IdentityHelper..::..GetUserConfirmationRedirectUrl Method

Gets the user confirmation URL.

Namespace:  FLEXYGO.Authentication.Identity
Assembly:  flxAuthentication (in flxAuthentication.dll)

Syntax


public static string GetUserConfirmationRedirectUrl(
	string code,
	string userId,
	HttpRequest request
)
Public Shared Function GetUserConfirmationRedirectUrl ( _
	code As String, _
	userId As String, _
	request As HttpRequest _
) As String

Parameters

code
Type: String
The code.
userId
Type: String
The user identifier.
request
Type: HttpRequest
The request.

Return Value

System.String.