TorusUserInfo constructor

const TorusUserInfo({
  1. String? email,
  2. String? name,
  3. String? profileImage,
  4. String? verifier,
  5. String? verifierId,
  6. String? typeOfLogin,
  7. String? aggregateVerifier,
  8. String? dappShare,
  9. String? idToken,
  10. String? oAuthIdToken,
  11. String? oAuthAccessToken,
})

Implementation

const TorusUserInfo({
  this.email,
  this.name,
  this.profileImage,
  this.verifier,
  this.verifierId,
  this.typeOfLogin,
  this.aggregateVerifier,
  this.dappShare,
  this.idToken,
  this.oAuthIdToken,
  this.oAuthAccessToken,
});