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