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 @@ -482,31 +482,19 @@ components:
482482 Optional URL path of the Token Exchange endpoint to obtain bearer tokens in exchange for codes.
483483 If the `exchange-token` capability is exposed, the tokenEndPoint MUST be advertised in the discovery response.
484484
485-
486485 **Token Exchange API:**
487-
488486 This optional endpoint allows obtaining a (potentially short-lived) bearer token in exchange for a secret.
489- See [Resource Access](https://github.com/cs3org/OCM-API/blob/develop/IETF-RFC.md#resource-access) for more details.
490-
491487
492488 **HTTP Request:**
493-
494489 - Method: POST
495-
496490 - URL: The URL discovered in this field
497-
498491 - Content-Type: application/x-www-form-urlencoded
499-
500492 - Body: TokenRequest schema (form-encoded, required)
501493
502-
503494 **HTTP Responses:**
504-
505495 - 200: Token issued (application/json with TokenResponse schema)
506-
507496 - 400: Token denied (application/json with Error schema)
508497
509-
510498 See TokenRequest and TokenResponse schemas for the complete data structure.
511499 example : /index.php/apps/sciencemesh/token
512500 inviteAcceptDialog :
You can’t perform that action at this time.
0 commit comments