<PackageReference Include="Relativity.ObjectManager" Version="11.2.256.10" />

Relativity.Services.Security.Models.OAuth2Client

public class OAuth2Client
public int AccessTokenLifetimeInMinutes { get; set; }

public int? ContextUser { get; set; }

public string Description { get; set; }

public bool Enabled { get; set; }

public OAuth2Flow Flow { get; set; }

public string Id { get; set; }

public bool IsSystem { get; set; }

public string Name { get; set; }

public IList<Uri> RedirectUris { get; set; }

public IList<string> Scopes { get; }

public string Secret { get; set; }

public OAuth2Client()