---
title: URLCredential.Persistence.none
framework: foundation
role: symbol
role_heading: Case
path: foundation/urlcredential/persistence-swift.enum/none
---

# URLCredential.Persistence.none

The credential should not be stored.

## Declaration

```swift
case none
```

## See Also

### Persistence strategies

- [URLCredential.Persistence.forSession](foundation/urlcredential/persistence-swift.enum/forsession.md)
- [URLCredential.Persistence.permanent](foundation/urlcredential/persistence-swift.enum/permanent.md)
- [URLCredential.Persistence.synchronizable](foundation/urlcredential/persistence-swift.enum/synchronizable.md)
