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: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
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 | Obsolete.
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