Is the timeout for session-level authentication challenge handling documented somewhere? For example, if I get the urlSession(_:didReceive:)
callback for server trust authentication, how long do I have to invoke the completion handler (or return from the callback if using Swift Concurrency)?
Or is this completely dependent on the server's settings?