Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 772 Bytes

File metadata and controls

20 lines (12 loc) · 772 Bytes

UpdateClientRequest

Client update request containing modified client details

Properties

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