matrix-js-sdk
Version:
Matrix Client-Server SDK for Javascript
9 lines • 319 B
TypeScript
export interface IIdentityServerProvider {
/**
* Gets an access token for use against the identity server,
* for the associated client.
* @returns Promise which resolves to the access token.
*/
getAccessToken(): Promise<string | null>;
}
//# sourceMappingURL=IIdentityServerProvider.d.ts.map