Ant Organisation Ltd documentation

AuthenticatedUser Constructor 

Constructor

public AuthenticatedUser(
   string username,
   AuthenticationServer server,
   AuthenticationToken token,
   string provider
);

Parameters

username
Name of the user who has been authenticated by the server
server
Authentication server which is constructing this user
token
This token can only be constructed by a Authentication server
provider
Name of the provider

See Also

AuthenticatedUser Class | Ant.Security Namespace