<PackageReference Include="Relativity.Api" Version="10.2.194.1" />

IAuthenticationMgr

public interface IAuthenticationMgr
Provides a mockable interface with methods to obtain the user specific information and authentication helper methods.

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

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.