Add fields to example

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
pull/2270/head
Kévin Commaille 6 days ago
parent edea11e610
commit 6e7c8a6da0
No known key found for this signature in database
GPG Key ID: F26F4BE20A08255B

@ -185,6 +185,15 @@ paths:
"grant_types_supported": ["authorization_code", "refresh_token"],
"response_modes_supported": ["query", "fragment"],
"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:
- Session management

Loading…
Cancel
Save