You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-24 23:01:05 +03:00
graphql: Expose the BrowserSession User-Agent
This commit is contained in:
@@ -100,6 +100,8 @@ export type BrowserSession = CreationEvent &
|
||||
state: BrowserSessionState;
|
||||
/** The user logged in this session. */
|
||||
user: User;
|
||||
/** The user-agent string with which the session was created. */
|
||||
userAgent?: Maybe<Scalars["String"]["output"]>;
|
||||
};
|
||||
|
||||
export type BrowserSessionConnection = {
|
||||
|
||||
Reference in New Issue
Block a user