---
title: NEHotspotHelperResult.authenticationRequired
framework: networkextension
role: symbol
role_heading: Case
path: networkextension/nehotspothelperresult/authenticationrequired
---

# NEHotspotHelperResult.authenticationRequired

The network requires authentication again. This result is only valid in response to a command with type NEHotspotHelperCommandType.maintain.

## Declaration

```swift
case authenticationRequired
```

## See Also

### Results

- [NEHotspotHelperResult.success](networkextension/nehotspothelperresult/success.md)
- [NEHotspotHelperResult.failure](networkextension/nehotspothelperresult/failure.md)
- [NEHotspotHelperResult.uiRequired](networkextension/nehotspothelperresult/uirequired.md)
- [NEHotspotHelperResult.commandNotRecognized](networkextension/nehotspothelperresult/commandnotrecognized.md)
- [NEHotspotHelperResult.unsupportedNetwork](networkextension/nehotspothelperresult/unsupportednetwork.md)
- [NEHotspotHelperResult.temporaryFailure](networkextension/nehotspothelperresult/temporaryfailure.md)
