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

use(_:for:)

Attempt to use a given credential for a given authentication challenge. 与えられた資格情報をある与えられた認証チャレンジに対して使用しようと試みます。

Declaration 宣言

func use(_ credential: URLCredential, 
     for challenge: URLAuthenticationChallenge)

Parameters パラメータ

credential

The credential to use for authentication. 認証のために使う資格情報。

challenge

The challenge for which to use credential. それに対してcredentialを使うことになるチャレンジ。

Discussion 議論

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

See Also 参照

Protocol Methods プロトコルメソッド