IClient Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.OAuth2.Dto
The IClient type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | Boolean | AllowAuthCode |
Allow Authorization Code flow
|
![]() | Boolean | AllowClientCredentials |
Allow Grant Client Credentials flow
|
![]() | Boolean | AllowImplicit |
Allow Implicit Grant flow
|
![]() | Boolean | AllowResourceOwner |
Allow Grant Resource Owner flow
|
![]() | Guid | ClientId |
GUID for client
|
![]() | String | ClientSecret |
Client Secret, only applicable for confidential clients
|
![]() | String | Description |
Client description
|
![]() | Boolean | DisablePKCE |
Do not require PKCE , If AuthCode is granted
|
![]() | Int64 | Id |
Client id
|
![]() | String | Name |
Client Name
|
![]() | ClientType | Type |
Client Type
|