Skip to content

Commit eaf4e5b

Browse files
committed
Compactify
And also remove link which on second thought maybe should not be there
1 parent 7aec88b commit eaf4e5b

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
@@ -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:

0 commit comments

Comments
 (0)