UNPKG

matrix-js-sdk

Version:
9 lines 224 B
/** * Represents a response to the CSAPI `/refresh` endpoint. */ export interface IRefreshTokenResponse { access_token: string; expires_in_ms: number; refresh_token: string; } //# sourceMappingURL=auth.d.ts.map