<PackageReference Include="Relativity.Server.Identity.SDK" Version="2.6.2" />

Relativity.Identity.V1.LoginProfileModels.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