AuthenticateCompleteRequest constructor

AuthenticateCompleteRequest(
  1. int id,
  2. String domain,
  3. Uint8List? loginHash,
  4. AuthenticationPublicKeyCredential credential,
)

Implementation

AuthenticateCompleteRequest(
  this.id,
  this.domain,
  this.loginHash,
  this.credential
);