Map<String, dynamic> toJson() { return { 'hash': hash, 'issuer_encryption_key': issuerEncryptionKey, 'encrypted_secret_key': encryptedSecretKey, }; }