Click or drag to resize

ISecurityServiceRefreshUserData Method

Refreshes and returns information about the current user.

Namespace: GSF.Web.Embedded
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
[WebGetAttribute(UriTemplate = "/refreshuserdata")]
[OperationContractAttribute]
UserData RefreshUserData()
View Source

Return Value

UserData
An UserData object of the user if user's security context has been initialized, otherwise null.
See Also