| AuthenticationManager Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: PsrApi.Managers
 Syntax
Syntaxpublic class AuthenticationManager : BaseManager
The AuthenticationManager type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | IsRealtimeConnected | 
                Returns the information if a realtime connection is established
             | 
|  | Login | 
                Login with a Password Safe user account. Opens a session on the server.
                Use Logout to close the session.
             | 
|  | Logout | 
                Closes the current session.
             | 
|  | SetSession | 
                Initializes the session with a token and the user keys.
             | 
|  | ToString | (Inherited from Object.) | 
|  | UpdateSessionExpiration | 
 See Also
See Also