AuthenticateInitResponse constructor

AuthenticateInitResponse(
  1. Uint8List? userLoginHash,
  2. String domain,
  3. AuthenticationData authenticationData
)

Implementation

AuthenticateInitResponse(
  this.userLoginHash,
  this.domain,
  this.authenticationData
);