Enum CredentialKind
Specifies the kind of connection used by the client.
Namespace: System.Dynamic.ExpandoObject
Assembly: System.ClientModel.dll
Syntax
public enum CredentialKind
ApiKeyString
Represents a connection using an API key as a string.
None
Represents a connection using an out-of-band method.
TokenCredential
Represents a connection using Token Credential.