OAuthClientCreatedResponseDto
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", "client_secret": "string" }
Properties
Where this client may send someone after RP-initiated logout, matched exactly.
Where Canopy delivers a logout token when a session ends. Null means the client is told nothing.
Tell us how we can improve this guide.