waitForRecoveryKey abstract method

Future<RecoveryResult<Map<String, Map<CardinalRsaPublicKey, CardinalRsaPrivateKey>>>> waitForRecoveryKey(
  1. String referenceId,
  2. RecoveryDataKey recoveryKey,
  3. bool autoDelete,
  4. int waitSeconds,
  5. int cancellationToken,
)

Implementation

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