Back to Node Auth0

Interface RegisterCimdClientResponseContent

docs/interfaces/management.Management.RegisterCimdClientResponseContent.html

5.9.11.2 KB
Original Source

Interface RegisterCimdClientResponseContent

Response after successfully registering or updating a CIMD client

interface RegisterCimdClientResponseContent {
client_id: string;
mapped_fields: CimdMappedClientFields;
validation: CimdValidationResult;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

client_idmapped_fieldsvalidation

Properties

client_id

client_id: string

The Auth0 client_id of the created or updated client

mapped_fields

mapped_fields: CimdMappedClientFields

validation

validation: CimdValidationResult

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties client_idmapped_fieldsvalidation