The Consumer object represents a consumer (aka "client", aka "user") of an API.
Checkout Kong documentation for the meaning of the form parameters.
Check the Plugins for this Consumer
This consumer doesn't have any key auth credentials.
| Key | Created at | |
|---|---|---|
| {{c.key}} | {{c.created_at | date}} | delete |
This consumer doesn't have any basic auth credentials.
| Username | Password | Created at | |
|---|---|---|---|
| {{c.username}} | ******** | {{c.created_at | date}} | delete |
This consumer doesn't have any oauth2 credentials.
| Name | Client ID | Client Secret | Redirect URI(s) | Created at | ||
|---|---|---|---|---|---|---|
| {{c.name}} | {{c.client_id}} | {{c.client_secret}} | {{ c.redirect_uri[0] }} |
|
{{c.created_at | date}} | delete |
This consumer doesn't have any hmac auth credentials.
| Username | Created at | |
|---|---|---|
| {{c.username}} | {{c.created_at | date}} | delete |
This consumer doesn't have any JSON web token.
| Key | Secret | Created at | |
|---|---|---|---|
| {{c.key}} | {{c.secret}} | {{c.created_at | date}} | delete |