---
title: NSURLCredentialStorageChanged
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nsnotification/name-swift.struct/nsurlcredentialstoragechanged
---

# NSURLCredentialStorageChanged

A notification posted when the set of stored credentials changes.

## Declaration

```swift
static let NSURLCredentialStorageChanged: NSNotification.Name
```

## Discussion

Discussion The notification’s object is the URLCredentialStorage instance that changed. This notification does not contain a userInfo dictionary.
