var allCredentials : [URLProtectionSpace : [String : URLCredential]]
The credentials for all available protection spaces.
全ての利用可能な保護空間に対する資格情報。
func getCredentials (for: URLProtectionSpace, task: URLSessionTask, completionHandler : ([String : URLCredential]?) -> Void)
Gets a dictionary containing the credentials for the specified protection space, on behalf of the given task, and passes the dictionary to the provided completion handler.
指定された保護空間に対する資格情報それらを含んでいるある辞書を取得します、与えられたタスクの代わりに、そしてその辞書をこの提供された完了ハンドラに渡します。