menu
sendingnetwork_dart_sdk package
documentation
sdn.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, });
sendingnetwork_dart_sdk package
documentation
sdn
RefreshResponse
RefreshResponse constructor
RefreshResponse class