---
title: URLSession.AuthChallengeDisposition.performDefaultHandling
framework: foundation
role: symbol
role_heading: Case
path: foundation/urlsession/authchallengedisposition/performdefaulthandling
---

# URLSession.AuthChallengeDisposition.performDefaultHandling

Use the default handling for the challenge as though this delegate method were not implemented. The provided credential parameter is ignored.

## Declaration

```swift
case performDefaultHandling
```

## Mentioned in

Performing manual server trust authentication

## See Also

### Constants

- [URLSession.AuthChallengeDisposition.useCredential](foundation/urlsession/authchallengedisposition/usecredential.md)
- [URLSession.AuthChallengeDisposition.cancelAuthenticationChallenge](foundation/urlsession/authchallengedisposition/cancelauthenticationchallenge.md)
- [URLSession.AuthChallengeDisposition.rejectProtectionSpace](foundation/urlsession/authchallengedisposition/rejectprotectionspace.md)
