AuthenticateCompleteRequest constructor
AuthenticateCompleteRequest(
- int id,
- String domain,
- Uint8List? loginHash,
- AuthenticationPublicKeyCredential credential,
Implementation
AuthenticateCompleteRequest(
this.id,
this.domain,
this.loginHash,
this.credential
);