Skip to content

Commit 8cf8da1

Browse files
committed
Compactify
And also remove link which on second thought maybe should not be there
1 parent 160797a commit 8cf8da1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

spec.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)