Plumtree EDK (Enterprise Web Development Kit) 5.4.0 |
|
ChildUser Constructor
Default constructor
public ChildUser(
string userName,
string userAuthName,
string userUniqueName
);
Parameters
-
userName
- the name of the user's account in the portal
-
userAuthName
- the name that the portal passes to the Authenticate method during login
-
userUniqueName
- the unique identifier for the user within the authentication service
See Also
ChildUser Class | Plumtree.Remote.Auth Namespace