Converts to JSON.
Map<String, dynamic> toJson() => { 'value': value, 'expires_at': expiresAt, 'session': session.toJson(), };