Aller au contenu
Abblix
Cette page n'a pas encore été traduite.

ClientType Enum

Enumeration representing the type of OAuth 2.0 client.

C#
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.