EnumerationFoundationNetworking5.9.0
AuthChallengeDisposition
enum AuthChallengeDisposition
Citizens in FoundationNetworking
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol RawRepresentable
A type that can be converted to and from an associated raw value.
Members
case cancelAuthenticationChallenge
case performDefaultHandling
case rejectProtectionSpace
case useCredential
init?(rawValue: Int
)