Web3AuthResponse constructor

Web3AuthResponse({
  1. String? privKey,
  2. TorusUserInfo? userInfo,
  3. String? error,
  4. String? ed25519PrivKey,
  5. String? sessionId,
  6. String? coreKitKey,
  7. String? coreKitEd25519PrivKey,
  8. String? factorKey,
  9. List<String>? signatures,
  10. int? tssShareIndex,
  11. String? tssPubKey,
  12. String? tssShare,
  13. int? tssNonce,
  14. List<int>? nodeIndexes,
  15. String? keyMode,
})

Implementation

Web3AuthResponse({
  this.privKey,
  this.userInfo,
  this.error,
  this.ed25519PrivKey,
  this.sessionId,
  this.coreKitKey,
  this.coreKitEd25519PrivKey,
  this.factorKey,
  this.signatures,
  this.tssShareIndex,
  this.tssPubKey,
  this.tssShare,
  this.tssNonce,
  this.nodeIndexes,
  this.keyMode
});