Map<String, dynamic> toJson() { return { 'id': id, 'algorithm': algorithm, 'secretId': secretId, 'expiration': expiration, }; }