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