File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -381,6 +381,12 @@ endpoints:
381
381
description : A URL to redirect to after the OAuth flow has completed.
382
382
type : string
383
383
limit : " 1-512 characters"
384
+ public :
385
+ optional : true
386
+ description : >
387
+ If true, this client uses the implicit OAuth flow and does not
388
+ use a client secret.
389
+ type : Boolean
384
390
examples :
385
391
curl : |
386
392
curl -H "Content-Type: application/json" \
Original file line number Diff line number Diff line change @@ -28,6 +28,10 @@ schema:
28
28
subtype : Status
29
29
value : active
30
30
description : The status of the client application.
31
+ public :
32
+ type : Boolean
33
+ value : false
34
+ description : If this client is public. Public clients use the implicit OAuth flow.
31
35
enums :
32
36
Status :
33
37
active : The client application is active and accepting OAuth logins.
You can’t perform that action at this time.
0 commit comments