OAuthToken constructor
const
OAuthToken({})
Implementation
const OAuthToken({
required this.accessToken,
this.tokenType = 'Bearer',
this.expiresIn,
this.refreshToken,
this.scopes,
required this.issuedAt,
this.extra,
});