Web3AuthResponse constructor
Web3AuthResponse({
- String? privKey,
- TorusUserInfo? userInfo,
- String? error,
- String? ed25519PrivKey,
- String? sessionId,
Implementation
Web3AuthResponse(
{this.privKey,
this.userInfo,
this.error,
this.ed25519PrivKey,
this.sessionId});