1. Docs
  2. API Reference
  3. OAuthClientResponseDto

OAuthClientResponseDto

Example

JSON
{
  "id": "string",
  "client_id": "string",
  "name": "string",
  "redirect_uris": [
    "string"
  ],
  "post_logout_redirect_uris": [
    "string"
  ],
  "grant_types": [
    "string"
  ],
  "scopes": [
    "string"
  ],
  "backchannel_logout_uri": "string",
  "invite_redirect_url": "string",
  "is_active": false,
  "created_at": "2026-04-20T12:00:00.000Z"
}

Properties

11 properties 9 required

id string Required
client_id string Required
name string Required
redirect_uris array of string Required
post_logout_redirect_uris array of string Required

Where this client may send someone after RP-initiated logout, matched exactly.

grant_types array of string Required
scopes array of string Required
backchannel_logout_uri string Optional

Where Canopy delivers a logout token when a session ends. Null means the client is told nothing.

nullable
invite_redirect_url string Optional
nullable
is_active boolean Required
created_at string Required
format: date-time
Was this page helpful?

Tell us how we can improve this guide.