LoginObject constructor

LoginObject(
  1. String timestampNonce,
  2. String signature,
  3. String publicKey,
  4. String userId,
)

Implementation

LoginObject(this.timestampNonce, this.signature, this.publicKey, this.userId);