NEHotspotAuthenticationProvider
A protocol that defines methods that your extension adopts to start and stop the extension, and to handle commands to authenticate with the hotspot network.
Declaration
protocol NEHotspotAuthenticationProvider : AppExtensionOverview
Conform to this protocol in your hotspot helper app extension to handle the hotspot commands NEHotspotHelperCommandType.authenticate, NEHotspotHelperCommandType.maintain, NEHotspotHelperCommandType.presentUI, and NEHotspotHelperCommandType.logoff.