OauthToken constructor
const
OauthToken({})
Creates a new token
Implementation
const OauthToken({
required this.accessToken,
required this.expiresIn,
required this.refreshToken,
required this.scope,
required this.tokenType,
required this.created,
this.provider,
});