Type alias IdObjectUseData

IdObjectUseData: {
    aci: {
        credentialHolderInformation: {
            idCredSecret: Uint8Array;
        };
        prfKey: Uint8Array;
    };
    randomness: Uint8Array;
}

Can be computed with a seed phrase through the use of createIdentityCommitmentInputWithHdWallet. The seed phrase must be the once used during the identity issuance process with the identity provider.

Type declaration

  • aci: {
        credentialHolderInformation: {
            idCredSecret: Uint8Array;
        };
        prfKey: Uint8Array;
    }
    • credentialHolderInformation: {
          idCredSecret: Uint8Array;
      }
      • idCredSecret: Uint8Array
    • prfKey: Uint8Array
  • randomness: Uint8Array

Generated using TypeDoc