Web3AuthResponse constructor

Web3AuthResponse({
  1. String? privateKey,
  2. UserInfo? userInfo,
  3. String? error,
  4. String? ed25519PrivateKey,
  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. String? tssTag,
  14. int? tssNonce,
  15. List<int>? nodeIndexes,
  16. String? keyMode,
})

Implementation

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