executeVlessAuthentication method
Implementation
VlessAuthentication executeVlessAuthentication() {
final payload = _getTransferPayload(_executeVlessEnc());
return VlessAuthentication.fromJson(payload);
}
VlessAuthentication executeVlessAuthentication() {
final payload = _getTransferPayload(_executeVlessEnc());
return VlessAuthentication.fromJson(payload);
}