Zum Inhalt springen
Abblix
Diese Seite wurde noch nicht übersetzt.

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.