ExchangedToken constructor
ExchangedToken({})
Implementation
ExchangedToken({
required this.accessToken,
required this.issuedTokenType,
required this.tokenType,
this.expiresIn,
this.scope,
this.refreshToken,
});