We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c335ad commit 596897fCopy full SHA for 596897f
docs/src/data/objects/client.yaml
@@ -6,7 +6,7 @@ schema:
6
type: String
7
value: 0123456789abcdef0123
8
description: This application's OAuth client ID
9
- name:
+ label:
10
11
value: Example OAuth app
12
description: Human-friendly client name.
@@ -32,6 +32,10 @@ schema:
32
type: Boolean
33
value: false
34
description: If this client is public. Public clients use the implicit OAuth flow.
35
+ thumbnail_url:
36
+ type: String
37
+ value: https://oauthreturn.example.org/thumbnail.png
38
+ description: The URL to this OAuth Client's thumbnail if it exists, otherwise null.
39
enums:
40
Status:
41
active: The client application is active and accepting OAuth logins.
0 commit comments