---
title: shouldUseEphemeralSession
framework: authenticationservices
role: symbol
role_heading: Instance Property
path: authenticationservices/aswebauthenticationsessionrequest/shoulduseephemeralsession
---

# shouldUseEphemeralSession

A Boolean that indicates whether the browser should use a private browsing session.

## Declaration

```swift
var shouldUseEphemeralSession: Bool { get }
```

## Mentioned in

Supporting Single Sign-On in a Web Browser App

## See Also

### Interpreting a request

- [url](authenticationservices/aswebauthenticationsessionrequest/url.md)
- [uuid](authenticationservices/aswebauthenticationsessionrequest/uuid.md)
- [additionalHeaderFields](authenticationservices/aswebauthenticationsessionrequest/additionalheaderfields.md)
