Provides a mockable interface with methods to obtain the user specific information and authentication helper methods.
Namespace: Relativity.API
Assembly: Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The IAuthenticationMgr type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | UserInfo |
Returns a a UserInfo interface which contains information regarding the currently logged in user.
Note: In Preview Security Mode, the user info will represent the previewed user with the logged in user id being available in the Audit___ID properties
|
Methods
Name | Description | |
---|---|---|
![]() | GetAuthenticationToken |
Returns a token which is later used to authenticate a currently logged in user in Relativity.
Note: In Preview Security Mode, this token will continue to be written for the actual user.
|
See Also