GET /a/config/oauth2clients

[Enterprise Only] List oauth2 clients

No Parameters

Response Example (200)

Response Type /definitions/entOAuth2ClientCollection

{
  "staticClients": [
    {
      "audience": [
        "string"
      ],
      "client_id": "string",
      "client_name": "string",
      "client_secret": "string",
      "grant_types": [
        "string"
      ],
      "redirect_uris": [
        "string"
      ],
      "response_types": [
        "string"
      ],
      "scope": "string"
    }
  ]
}
Auto generated by Pydio Cells Enterprise Distribution v4.3.1 on 14-Nov-2023
Back to top