Uiinfrastructure API Docs  
 

TokenAuthenticator Class

The authentication module for login-token authentication. It handles both the admin token authentication (where the token comes from the URL query string) and the remember-my-password token authentication (where the token comes from the cookie).

For a list of all members of this type, see TokenAuthenticator Members.

System.Object
   com.plumtree.uiinfrastructure.login.TokenAuthenticator

public class TokenAuthenticator : IAuthenticator

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.uiinfrastructure.login

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

TokenAuthenticator Members | com.plumtree.uiinfrastructure.login Namespace