File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -433,31 +433,19 @@ components:
433433 Optional URL path of the Token Exchange endpoint to obtain bearer tokens in exchange for codes.
434434 If the `exchange-token` capability is exposed, the tokenEndPoint MUST be advertised in the discovery response.
435435
436-
437436 **Token Exchange API:**
438-
439437 This optional endpoint allows obtaining a (potentially short-lived) bearer token in exchange for a secret.
440- See [Resource Access](https://github.com/cs3org/OCM-API/blob/develop/IETF-RFC.md#resource-access) for more details.
441-
442438
443439 **HTTP Request:**
444-
445440 - Method: POST
446-
447441 - URL: The URL discovered in this field
448-
449442 - Content-Type: application/x-www-form-urlencoded
450-
451443 - Body: TokenRequest schema (form-encoded, required)
452444
453-
454445 **HTTP Responses:**
455-
456446 - 200: Token issued (application/json with TokenResponse schema)
457-
458447 - 400: Token denied (application/json with Error schema)
459448
460-
461449 See TokenRequest and TokenResponse schemas for the complete data structure.
462450 example : /index.php/apps/sciencemesh/token
463451 inviteAcceptDialog :
You can’t perform that action at this time.
0 commit comments