func cancel(URLAuthenticationChallenge)
Cancels a given authentication challenge.
与えられた認証チャレンジをキャンセルします。
func continueWithoutCredential (for: URLAuthenticationChallenge)
Attempt to continue downloading a request without providing a credential for a given challenge.
リクエストのダウンロードをある資格情報をある与えられたチャレンジに対して提供することなしに継続しようと試みます。
func performDefaultHandling (for: URLAuthenticationChallenge)
Causes the system-provided default behavior to be used.
システム提供の省略時の挙動が使われるようにします。
func rejectProtectionSpaceAndContinue (with: URLAuthenticationChallenge)
Rejects the currently supplied protection space.
現在提供された保護空間を拒否します。