Click or drag to resize

AppIdentity Constructor (User, Int32, String)

Constructor for the AppIdentity.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public AppIdentity(
	User user,
	int customerId,
	string authenticationType
)

Parameters

user
Type: Omada.OE.ModelUser
customerId
Type: SystemInt32
authenticationType
Type: SystemString
The type of authentication. The value impacts the nature of the logout and change password features
See Also