Contents

allCredentials

The credentials for all available protection spaces.

Declaration

var allCredentials: [URLProtectionSpace : [String : URLCredential]] { get }

Discussion

The dictionary has keys corresponding to the URLProtectionSpace instances. The values are dictionaries where the keys are user name strings, and each value is the corresponding URLCredential instances.

See Also

Retrieving credentials