menu
matrix package
documentation
matrix_api_lite/generated/model.dart
RefreshResponse
RefreshResponse constructor
RefreshResponse constructor
dark_mode
light_mode
RefreshResponse
constructor
RefreshResponse
(
{
required
String
accessToken
,
int
?
expiresInMs
,
String
?
refreshToken
,
})
Implementation
RefreshResponse({ required this.accessToken, this.expiresInMs, this.refreshToken, });
matrix package
documentation
matrix_api_lite/generated/model
RefreshResponse
RefreshResponse constructor
RefreshResponse class