Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.37 KB

File metadata and controls

27 lines (19 loc) · 1.37 KB

ClientInfoResponse

The response containing public client information.

Properties

Name Type Description Notes
name String The client name. [optional]
description String The client description. [optional]
scopes Set<String> The client scopes. [optional]
clientId String The client ID. [optional]
websiteUrl String The URL to the client's website [optional]
termsUrl String The URL to the client's terms of service. [optional]
policyUrl String The URL to the client's privacy policy. [optional]
logo String The client logo in base64 format. [optional]
authenticationMethods Set<String> The authentication methods supported by the client. [optional]
isPublic Boolean Indicates whether the client is accessible by third-party tenants. [optional]
createdOn OffsetDateTime The date and time when the client was created. [optional]
createdBy String The user who created the client. [optional]
modifiedOn OffsetDateTime The date and time when the client was last modified. [optional]
modifiedBy String The user who last modified the client. [optional]