Web3AuthResponse constructor

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

Implementation

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