TokenResponse constructor
const
TokenResponse({})
Implementation
const TokenResponse({
required this.accessToken,
required this.refreshToken,
required this.expiresIn,
required this.tokenType,
required this.issuedAt,
this.scope,
});