Type alias IdentityRequestWithKeysInput

IdentityRequestWithKeysInput: IdentityRequestInputCommon & {
    blindingRandomness: string;
    idCredSec: string;
    prfKey: string;
}

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

Generated using TypeDoc