AuthenticateInitResponse constructor
AuthenticateInitResponse(
- Uint8List? userLoginHash,
- String domain,
- AuthenticationData authenticationData
Implementation
AuthenticateInitResponse(
this.userLoginHash,
this.domain,
this.authenticationData
);