Instance Method インスタンスメソッド

continueWithoutCredential(for:)

Attempt to continue downloading a request without providing a credential for a given challenge. リクエストのダウンロードをある資格情報をある与えられたチャレンジに対して提供することなしに継続しようと試みます。

Declaration 宣言

func continueWithoutCredential(for challenge: URLAuthenticationChallenge)

Parameters パラメータ

challenge

A challenge without authentication credentials. 認証資格情報なしでのチャレンジ。

Discussion 議論

This method has no effect if it is called with an authentication challenge that has already been handled. このメソッドは、それが既に処理されてしまった認証チャレンジで呼び出されるならば効果を持ちません。

See Also 参照

Protocol Methods プロトコルメソッド