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

set(_:for:)

Adds a credential to the credential storage for the specified protection space. ある資格情報をこの指定された保護空間に対する資格情報ストレージに加えます。

Declaration 宣言

func set(_ credential: URLCredential, 
     for space: URLProtectionSpace)

Parameters パラメータ

credential

The credential to add. If a credential with the same user name already exists in space, then credential replaces the existing object. 追加することになる資格情報。ある資格情報が同じユーザ名で既にspaceの中に存在するならば、そのときcredentialは既存のオブジェクトに取って代わります。

space

The protection space to which to add the credential. それに対して資格情報を加えることになる保護空間。

Discussion 議論

If the credential is not yet in the set for the protection space, it will be added to it. 資格情報がまだその保護空間のための集合の中のないならば、それはそれへと加えられるでしょう。

If you override this method, also override set(_:for:task:). あなたがこのメソッドをオーバーライドするならば、またset(_:for:task:)もオーバーライドしてください。

See Also 参照

Adding and Removing Credentials 資格情報の追加と除去