Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 698 Bytes

File metadata and controls

19 lines (11 loc) · 698 Bytes

UpdateClientRequest

The request for updating client details.

Properties

Name Type Description Notes
name String The client name. [optional]
description String The client description [optional]
logo String The client logo in base64 format. [optional]
allowPkce Boolean Indicates whether PKCE is allowed for the client. [optional]
isPublic Boolean Indicates whether the client is accessible by third-party tenants. [optional]
allowedOrigins Set<String> The allowed origins for the client. [optional]