You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Add utility method mxLoginWithAccessToken to login with existing access token (#7261)
This commit is contained in:
committed by
GitHub
parent
b69ad0cd0b
commit
aa7cae08aa
@@ -40,7 +40,7 @@ import { logger } from "matrix-js-sdk/src/logger";
|
||||
|
||||
export interface IMatrixClientCreds {
|
||||
homeserverUrl: string;
|
||||
identityServerUrl: string;
|
||||
identityServerUrl?: string;
|
||||
userId: string;
|
||||
deviceId?: string;
|
||||
accessToken: string;
|
||||
|
||||
Reference in New Issue
Block a user