Перейти к содержимому
Abblix
Эта страница ещё не переведена.

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.