List all credential definitions

List all credential definitions for the authorization context.

Service Clients (SDKs)

This endpoint can be accessed using one of our service clients as follows.

For more information on how to use our service clients, see our Service Clients (SDKs) guide.

IList<CredentialDefinitionContract> credentialDefinitions = await _credentialsClient.ListCredentialDefinitionsAsync();
let credentialDefinitions = await credentialsClient.listCredentialDefinitions();
credential_definitions = credentials_client.list_credential_definitions()
credential_definitions = credentials_client.list_credential_definitions
Language
Authorization
Header
Click Try It! to start a request and see the response here!