Contents

NSURLErrorUserCancelledAuthentication

An asynchronous request for authentication has been canceled by the user.

Declaration

var NSURLErrorUserCancelledAuthentication: Int { get }

Discussion

This is typically incurred by clicking a “Cancel” button in a username/password dialog, rather than the user making an attempt to authenticate.

See Also

URL Errors