All properties Constructor.

Namespace: DotNetNuke.Services.Authentication
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public UserAuthenticatedEventArgs(
	UserInfo user,
	string token,
	UserLoginStatus status,
	string type
)
Visual Basic
Public Sub New ( 
	user As UserInfo,
	token As String,
	status As UserLoginStatus,
	type As String
)

Parameters

user
Type: DotNetNuke.Entities.Users..::..UserInfo
The user being authenticated.
token
Type: System..::..String
The user token
status
Type: DotNetNuke.Security.Membership..::..UserLoginStatus
The login status.
type
Type: System..::..String
The type of Authentication

See Also