Oracle® WebCenter Interaction Development Kit 10.3.3.0.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