File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments