Add utility method mxLoginWithAccessToken to login with existing access token (#7261)

This commit is contained in:
Michael Telatynski 2021-12-02 13:46:44 +00:00 committed by GitHub
parent b69ad0cd0b
commit aa7cae08aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 3 deletions

View file

@ -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;