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

AuthProviderType

public class AuthProviderType
Represents an authentication provider type.
public string Description { get; set; }

Description of the authentication provider type.

public bool IsEnabled { get; set; }

Whether the authentication provider type is enabled.

public string Name { get; set; }

Name of the authentication provider type.

public ProtocolType Type { get; set; }

Which protocol the authentication provider type follows.