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

remove(_:for:)

Removes the specified credential from the credential storage for the specified protection space. 指定された保護空間に対する資格情報ストレージからこの指定された資格情報を取り除きます。

Declaration 宣言

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

Parameters パラメータ

credential

The credential to remove. 取り除く資格情報。

space

The protection space from which to remove the credential. それからこの資格情報を取り除くことになる保護空間。

Discussion 議論

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

See Also 参照

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