Web3AuthResponse constructor

Web3AuthResponse({
  1. String? privKey,
  2. TorusUserInfo? userInfo,
  3. String? error,
  4. String? ed25519PrivKey,
  5. String? sessionId,
  6. String? coreKitKey,
  7. String? coreKitEd25519PrivKey,
})

Implementation

Web3AuthResponse({
  this.privKey,
  this.userInfo,
  this.error,
  this.ed25519PrivKey,
  this.sessionId,
  this.coreKitKey,
  this.coreKitEd25519PrivKey,
});