Creates a token refresh result.
const TokenRefreshResult({ required this.idToken, required this.refreshToken, required this.expiresIn, });