func remove(URLCredential, for: URLProtectionSpace)
Removes the specified credential from the credential storage for the specified protection space.
指定された保護空間に対する資格情報ストレージからこの指定された資格情報を取り除きます。
func remove(URLCredential, for: URLProtectionSpace, options: [String : Any]?)
Removes the specified credential from the credential storage for the specified protection space using the given options.
指定された保護空間に対する資格情報ストレーシからこの指定された資格情報を取り除きます、与えられたオプションを使います。
func remove(URLCredential, for: URLProtectionSpace, options: [String : Any]?, task: URLSessionTask)
Removes the specified credential from the credential storage for the specified protection space, on behalf of the given task and using the given options.
指定された保護空間に対する資格情報ストレーシからこの指定された資格情報を取り除きます、与えられたタスクに代わってそして与えられたオプションを使います。
Dictionary Key for Credential Removal Options
資格情報除去オプションに対する辞書キー
Key used by the options dictionary passed in
remove(_:for:options:)
.
remove(_:for:options:)
において渡されるオプション辞書によって使われるキー。
func set(URLCredential, for: URLProtectionSpace)
Adds a credential to the credential storage for the specified protection space.
ある資格情報をこの指定された保護空間に対する資格情報ストレージに加えます。