waitForRecoveryKey abstract method
Future<RecoveryResult<Map<String, Map<CardinalRsaPublicKey, CardinalRsaPrivateKey> > > >
waitForRecoveryKey(
- String referenceId,
- RecoveryDataKey recoveryKey,
- bool autoDelete,
- int waitSeconds,
- int cancellationToken,
Implementation
Future<RecoveryResult<Map<String, Map<CardinalRsaPublicKey, CardinalRsaPrivateKey>>>> waitForRecoveryKey(
String referenceId,
RecoveryDataKey recoveryKey,
bool autoDelete,
int waitSeconds,
int cancellationToken
);