<PackageReference Include="System.ClientModel" Version="1.7.0" />

CredentialKind

public enum CredentialKind
Specifies the kind of connection used by the client.

Represents a connection using an API key as a string.

None = 0

Represents a connection using an out-of-band method.

Represents a connection using Token Credential.