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 @@ -470,6 +470,12 @@ endpoints:
470
470
description : A URL to redirect to after the OAuth flow has completed.
471
471
type : string
472
472
limit : " 1-512 characters"
473
+ public :
474
+ optional : true
475
+ description : >
476
+ If true, this client uses the implicit OAuth flow and does not
477
+ use a client secret.
478
+ type : Boolean
473
479
examples :
474
480
curl : |
475
481
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