---
title: safariDomains
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/nehotspotmanager/safaridomains
---

# safariDomains

An array of domain strings for use with Safari-based hotspot authentication.

## Declaration

```swift
final var safariDomains: [String] { get set }
```

## Discussion

Discussion The containing app can specify these domains when it intends to use the SFSafariViewController class for interacting with the hotspot service provider’s web application during hotspot authentication. note: You can specify a maximum of ten domains for this property.
