TokenResponse constructor
TokenResponse({})
Returns a new TokenResponse instance.
Implementation
TokenResponse({
required this.refreshToken,
required this.accessToken,
required this.expiresAt,
required this.expiresIn,
required this.tokenType,
});