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

setDefaultCredential(_:for:task:)

Sets the default credential for a given protection space, which is being accessed by the given task. 与えられたタスクによってアクセスされている、ある与えられた保護空間に対する省略時の資格情報を設定します。

Declaration 宣言

func setDefaultCredential(_ credential: URLCredential, 
                      for protectionSpace: URLProtectionSpace, 
                     task: URLSessionTask)

Parameters パラメータ

credential

The URL credential to set as the default for the protection space. If the receiver does not contain credential in the specified protection space it will be added. 保護空間に対して初期設定として設定されるURL資格情報。レシーバがcredentialをこの指定された保護空間において含まないならば、それは加えられるでしょう。

protectionSpace

The protection space whose default credential is being set. それの初期状態の資格情報が設定される保護空間。

task

The task accessing the specified protection space. Subclasses of URLCredentialStorage may use the request URL or other properties of this task to affect how the default credential is stored. 指定された保護空間にアクセスしているタスク。URLCredentialStorageのサブクラスは、このタスクのリクエストURLまたは他のプロパティを使って、どのように省略時の資格情報が格納されるか影響を与えるかもしれません。

See Also 参照

Getting and Setting Default Credentials 省略時の資格情報の取得と設定