SessionStateProvider
public protocol SessionStateProvider : AnyObject
Undocumented
-
Undocumented
Declaration
Swift
func request(for task: URLSessionTask) -> Request?
-
Undocumented
Declaration
Swift
func didCompleteTask(_ task: URLSessionTask)
-
Undocumented
Declaration
Swift
var serverTrustManager: ServerTrustManager? { get }
-
Undocumented
Declaration
Swift
func credential(for task: URLSessionTask, protectionSpace: URLProtectionSpace) -> URLCredential?