Back to Node Auth0

Interface CimdMappedClientFields

docs/interfaces/management.Management.CimdMappedClientFields.html

5.9.12.7 KB
Original Source

Interface CimdMappedClientFields

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;
}

Indexable

Accepts any additional properties

Index

Properties

external_client_id?name?app_type?callbacks?logo_uri?description?grant_types?token_endpoint_auth_method?jwks_uri?client_authentication_methods?

Properties

Optionalexternal_client_id

external_client_id?: string

The URL of the Client ID Metadata Document

Optionalname

name?: string

Client name

Optionalapp_type

app_type?: string

Application type (e.g., web, native)

Optionalcallbacks

callbacks?: string[]

Callback URLs

Optionallogo_uri

logo_uri?: string

Logo URI

Optionaldescription

description?: string

Human-readable brief description of this client presentable to the end-user

Optionalgrant_types

grant_types?: string[]

List of grant types

Optionaltoken_endpoint_auth_method

token_endpoint_auth_method?: string

Token endpoint authentication method

Optionaljwks_uri

jwks_uri?: string

URL for the JSON Web Key Set containing the public keys for private_key_jwt authentication

Optionalclient_authentication_methods

client_authentication_methods?: CimdMappedClientAuthenticationMethods

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties external_client_idnameapp_typecallbackslogo_uridescriptiongrant_typestoken_endpoint_auth_methodjwks_uriclient_authentication_methods