ClientType Enum
Abblix.Oidc.Server
Abblix.Oidc.Server.Common.Constants
ClientType Enum
Enumeration representing the type of OAuth 2.0 client.
public enum ClientType
Fields
Public 0
Represents a public client that does not have a client secret.
Confidential 1
Represents a confidential client that has a client secret.