executeVlessAuthentication method

VlessAuthentication executeVlessAuthentication()

Implementation

VlessAuthentication executeVlessAuthentication() {
  final payload = _getTransferPayload(_executeVlessEnc());

  return VlessAuthentication.fromJson(payload);
}