<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

OpenIdConnectMethod

public class OpenIdConnectMethod
Represents a login method that is configured for a user
public bool IsEnabled { get; set; }

Whether the login method is enabled

public string ProviderName { get; set; }

The name of the OpenId Connect provider this login method belongs to

public string Subject { get; set; }

The "subject" for the method - typically the username that is associated with this user