mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-15 02:23:42 +01:00
Add fields to example
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
edea11e610
commit
6e7c8a6da0
|
|
@ -185,6 +185,15 @@ paths:
|
||||||
"grant_types_supported": ["authorization_code", "refresh_token"],
|
"grant_types_supported": ["authorization_code", "refresh_token"],
|
||||||
"response_modes_supported": ["query", "fragment"],
|
"response_modes_supported": ["query", "fragment"],
|
||||||
"code_challenge_methods_supported": ["S256"],
|
"code_challenge_methods_supported": ["S256"],
|
||||||
|
"account_management_uri": "https://account.example.com/manage",
|
||||||
|
"account_management_actions_supported": [
|
||||||
|
"org.matrix.profile",
|
||||||
|
"org.matrix.devices_list",
|
||||||
|
"org.matrix.device_view",
|
||||||
|
"org.matrix.device_delete",
|
||||||
|
"org.matrix.account_deactivate",
|
||||||
|
"org.matrix.cross_signing_reset",
|
||||||
|
],
|
||||||
}
|
}
|
||||||
tags:
|
tags:
|
||||||
- Session management
|
- Session management
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue