mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 03:34:08 +01:00
17 lines
537 B
YAML
17 lines
537 B
YAML
type: object
|
|
title: OAuth 2.0 Server Metadata Account Management Extension
|
|
properties:
|
|
account_management_uri:
|
|
type: string
|
|
format: uri
|
|
description: |-
|
|
The URL where the user is able to access the account management capabilities of the
|
|
homeserver.
|
|
account_management_actions_supported:
|
|
type: array
|
|
description: |-
|
|
List of [actions](/client-server-api/#account-management-url-actions) that the account
|
|
management URL supports.
|
|
items:
|
|
$ref: ./oauth2-account-management-action.yaml
|