1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-24 23:01:05 +03:00

graphql: expose the logo_uri in the OAuth 2.0 client

Fixes #1705
This commit is contained in:
Quentin Gliech
2023-09-06 09:18:17 +02:00
parent 571e4d2d75
commit bc3f665739
4 changed files with 19 additions and 0 deletions

View File

@@ -485,6 +485,8 @@ export type Oauth2Client = Node & {
contacts: Array<Scalars["String"]["output"]>;
/** ID of the object. */
id: Scalars["ID"]["output"];
/** Logo URI advertised by the client. */
logoUri?: Maybe<Scalars["Url"]["output"]>;
/** Privacy policy URI advertised by the client. */
policyUri?: Maybe<Scalars["Url"]["output"]>;
/** List of redirect URIs used for authorization grants by the client. */