File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1489
1489
"PasswordOAuthFlow" : {
1490
1490
"type" : " object" ,
1491
1491
"required" : [
1492
- " tokenUrl"
1492
+ " tokenUrl" ,
1493
+ " scopes"
1493
1494
],
1494
1495
"properties" : {
1495
1496
"tokenUrl" : {
1516
1517
"ClientCredentialsFlow" : {
1517
1518
"type" : " object" ,
1518
1519
"required" : [
1519
- " tokenUrl"
1520
+ " tokenUrl" ,
1521
+ " scopes"
1520
1522
],
1521
1523
"properties" : {
1522
1524
"tokenUrl" : {
1544
1546
"type" : " object" ,
1545
1547
"required" : [
1546
1548
" authorizationUrl" ,
1547
- " tokenUrl"
1549
+ " tokenUrl" ,
1550
+ " scopes"
1548
1551
],
1549
1552
"properties" : {
1550
1553
"authorizationUrl" : {
Original file line number Diff line number Diff line change @@ -892,6 +892,7 @@ definitions:
892
892
type : object
893
893
required :
894
894
- tokenUrl
895
+ - scopes
895
896
properties :
896
897
tokenUrl :
897
898
type : string
@@ -911,6 +912,7 @@ definitions:
911
912
type : object
912
913
required :
913
914
- tokenUrl
915
+ - scopes
914
916
properties :
915
917
tokenUrl :
916
918
type : string
@@ -931,6 +933,7 @@ definitions:
931
933
required :
932
934
- authorizationUrl
933
935
- tokenUrl
936
+ - scopes
934
937
properties :
935
938
authorizationUrl :
936
939
type : string
You can’t perform that action at this time.
0 commit comments