Get the details of a client credential.
Important: To enable credentials to be used for a client authentication method, set the client_authentication_methods property on the client. To enable credentials to be used for JWT-Secured Authorization requests set the signed_request_object property on the client.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the client.
Credentials successfully retrieved.
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.