Update a client credential
Change a client credential you previously created. May be enabled or disabled. For more information, read Client Credential Flow.
Documentation Index
Fetch the complete documentation index at: https://docs-dev.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the client.
ID of the credential.
Body
The ISO 8601 formatted date representing the expiration of the credential.
Response
Credential successfully updated.
ID of the credential. Generated on creation.
The name given to the credential by the user.
The key identifier of the credential, generated on creation.
Algorithm which will be used with the credential. Supported algorithms: RS256,RS384,PS256
RS256, RS384, PS256 The type of credential.
public_key, cert_subject_dn, x509_cert The X509 certificate's Subject Distinguished Name
The X509 certificate's SHA256 thumbprint
The ISO 8601 formatted date the credential was created.
The ISO 8601 formatted date the credential was updated.
The ISO 8601 formatted date representing the expiration of the credential.