IdentityHelper..::..GetUserConfirmationRedirectUrl Method
Gets the user confirmation URL.
Namespace:
FLEXYGO.Authentication.IdentityAssembly: 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.