Click or drag to resize

AppIdentity Constructor (String, String, AuthUserInfo)

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(
	string userName,
	string authtype,
	AuthUserInfo authUserInfo
)

Parameters

userName
Type: SystemString
authtype
Type: SystemString
authUserInfo
Type: Omada.OE.ModelAuthUserInfo
See Also