func getDefaultCredential (for: URLProtectionSpace, task: URLSessionTask, completionHandler : (URLCredential?) -> Void)
Gets the default credential for the specified protection space, which is being accessed by the given task, and passes it to the provided completion handler.
指定された保護空間に対する資格情報を取得します、それは与えられたタスクによってアクセスされています、そしてそれをこの提供された完了ハンドラに渡します。
func setDefaultCredential (URLCredential, for: URLProtectionSpace)
Sets the default credential for a specified protection space.
指定された保護空間に対する省略時の資格情報を設定します。
func setDefaultCredential (URLCredential, for: URLProtectionSpace, task: URLSessionTask)
Sets the default credential for a given protection space, which is being accessed by the given task.
与えられたタスクによってアクセスされている、ある与えられた保護空間に対する省略時の資格情報を設定します。