Type alias IdentityRecoveryRequestWithKeysInput

IdentityRecoveryRequestWithKeysInput: IdentityRecoveryRequestInputCommon & {
    idCredSec: string;
}

The input parameter for creating an identity recovery request where the secret keys and randomness are provided directly.

Generated using TypeDoc