Click or drag to resize
IClient Properties

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

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
See Also