Click or drag to resize

UserControllerGetUserInfo Method

Returns a UserInfo object based on a authUserInfo object. Missing attributes on the authUserInfo object are loaded from the database. The method is used in the authentication logic.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public UserInfo GetUserInfo(
	AuthUserInfo authUserInfo
)

Parameters

authUserInfo
Type: Omada.OE.ModelAuthUserInfo

Return Value

Type: UserInfo
See Also