resourceLoader(_:didCancel:)
Informs the delegate that a prior authentication challenge has been cancelled.
Declaration
optional func resourceLoader(_ resourceLoader: AVAssetResourceLoader, didCancel authenticationChallenge: URLAuthenticationChallenge)Parameters
- resourceLoader:
The resource loader.
- authenticationChallenge:
The authentication challenge that has been cancelled.