TokenRefreshResponse constructor
Returns a new TokenRefreshResponse instance.
Implementation
TokenRefreshResponse({
required this.access,
required this.refresh,
});
Returns a new TokenRefreshResponse instance.
TokenRefreshResponse({
required this.access,
required this.refresh,
});