Skip to content

Commit 4010379

Browse files
author
FusionAuth Automation
committed
Sync from monorepo fb44388a5e35
1 parent c88298b commit 4010379

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5086,6 +5086,11 @@ components:
50865086
type: object
50875087
device:
50885088
"$ref": "#/components/schemas/DeviceInfo"
5089+
resources:
5090+
type: array
5091+
items:
5092+
type: string
5093+
format: URI
50895094
scopes:
50905095
type: array
50915096
uniqueItems: true
@@ -5281,6 +5286,11 @@ components:
52815286
items:
52825287
type: string
52835288
format: URI
5289+
authorizedResourceUris:
5290+
type: array
5291+
items:
5292+
type: string
5293+
format: URI
52845294
authorizedURLValidationPolicy:
52855295
"$ref": "#/components/schemas/Oauth2AuthorizedURLValidationPolicy"
52865296
clientAuthenticationPolicy:
@@ -5500,6 +5510,7 @@ components:
55005510
- expired_token
55015511
- unsupported_token_type
55025512
- invalid_dpop_proof
5513+
- invalid_target
55035514
OAuthResponse:
55045515
description: ''
55055516
type: object

0 commit comments

Comments
 (0)