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

OpenIDConnectProvider

public class OpenIDConnectProvider
public Uri Authority { get; set; }

public string Caption { get; set; }

public string ClientId { get; set; }

public string ClientSecret { get; set; }

public string Description { get; set; }

public bool DisplayOnLoginPage { get; set; }

public OAuth2Flow Flow { get; set; }

public bool IsEnabled { get; set; }

public string Name { get; set; }

public Uri RedirectUri { get; set; }

public string SubjectClaimType { get; set; }