Skip to content

Commit 596897f

Browse files
author
Steve Szyszkiewicz
committed
oauthclient docs updates
1 parent 6c335ad commit 596897f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/src/data/objects/client.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ schema:
66
type: String
77
value: 0123456789abcdef0123
88
description: This application's OAuth client ID
9-
name:
9+
label:
1010
type: String
1111
value: Example OAuth app
1212
description: Human-friendly client name.
@@ -32,6 +32,10 @@ schema:
3232
type: Boolean
3333
value: false
3434
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.
3539
enums:
3640
Status:
3741
active: The client application is active and accepting OAuth logins.

0 commit comments

Comments
 (0)