Click or drag to resize
IClient Interface

[This is preliminary documentation and is subject to change.]

An OAuth client

Namespace: Netadmin.Management.OAuth2.Dto
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IClient

The IClient type exposes the following members.

Properties
  NameDescription
Public propertyBooleanAllowAuthCode
Allow Authorization Code flow
Public propertyBooleanAllowClientCredentials
Allow Grant Client Credentials flow
Public propertyBooleanAllowImplicit
Allow Implicit Grant flow
Public propertyBooleanAllowResourceOwner
Allow Grant Resource Owner flow
Public propertyGuidClientId
GUID for client
Public propertyStringClientSecret
Client Secret, only applicable for confidential clients
Public propertyStringDescription
Client description
Public propertyBooleanDisablePKCE
Do not require PKCE , If AuthCode is granted
Public propertyInt64Id
Client id
Public propertyStringName
Client Name
Public propertyClientTypeType
Client Type
Top
Implemented by
See Also