docs/interfaces/management.Management.CimdMappedClientFields.html
Auth0 client fields mapped from the Client ID Metadata Document
interface CimdMappedClientFields {
external_client_id?: string;
name?: string;
app_type?: string;
callbacks?: string[];
logo_uri?: string;
description?: string;
grant_types?: string[];
token_endpoint_auth_method?: string;
jwks_uri?: string;
client_authentication_methods?: CimdMappedClientAuthenticationMethods;
key: string: any;
}
Accepts any additional properties
external_client_id?name?app_type?callbacks?logo_uri?description?grant_types?token_endpoint_auth_method?jwks_uri?client_authentication_methods?
Optionalexternal_client_idexternal_client_id?: string
The URL of the Client ID Metadata Document
Optionalnamename?: string
Client name
Optionalapp_typeapp_type?: string
Application type (e.g., web, native)
Optionalcallbackscallbacks?: string[]
Callback URLs
Optionallogo_urilogo_uri?: string
Logo URI
Optionaldescriptiondescription?: string
Human-readable brief description of this client presentable to the end-user
Optionalgrant_typesgrant_types?: string[]
List of grant types
Optionaltoken_endpoint_auth_methodtoken_endpoint_auth_method?: string
Token endpoint authentication method
Optionaljwks_urijwks_uri?: string
URL for the JSON Web Key Set containing the public keys for private_key_jwt authentication
Optionalclient_authentication_methodsclient_authentication_methods?: CimdMappedClientAuthenticationMethods
Member Visibility
ThemeOSLightDark
Properties external_client_idnameapp_typecallbackslogo_uridescriptiongrant_typestoken_endpoint_auth_methodjwks_uriclient_authentication_methods