Oauth2Token constructor
Oauth2Token({})
Implementation
Oauth2Token({
required this.access_token,
required this.token_type,
required this.expires_in,
required this.refresh_token,
required this.scope,
this.authorization_details,
this.id_token,
});