Instance Method
インスタンスメソッド
remove(_:for:options:)
Removes the specified credential from the credential storage for the specified protection space using the given options.
指定された保護空間に対する資格情報ストレーシからこの指定された資格情報を取り除きます、与えられたオプションを使います。
Discussion
議論
The credential is removed from both persistent and temporary storage.
資格情報は、持続的なそして一時的なストレージの両方から取り除かれます。
If you override this method, also override remove(_:for:options:task:)
.
あなたがこのメソッドをオーバーライドするならば、またremove(_:for:options:task:)
もオーバーライドしてください。
See Also
参照
Adding and Removing Credentials
資格情報の追加と除去