Preparing search index...
The search index is not available
matrix-js-sdk
matrix-js-sdk
matrix
IRefreshTokenResponse
Interface IRefreshTokenResponse
Represents a response to the CSAPI
/refresh
endpoint.
interface
IRefreshTokenResponse
{
access_token
:
string
;
expires_in_ms
:
number
;
refresh_token
:
string
;
}
Index
Properties
access_
token
expires_
in_
ms
refresh_
token
Properties
access_
token
access_
token
:
string
expires_
in_
ms
expires_
in_
ms
:
number
refresh_
token
refresh_
token
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
access_
token
expires_
in_
ms
refresh_
token
matrix-js-sdk
Loading...
Represents a response to the CSAPI
/refresh
endpoint.