AuthenticationChallenger

public protocol AuthenticationChallenger

Handle authentication challenges in the Fintech Bridge. Useful for SSL pinning.

  • Handle a specific authentication challenge.

    Declaration

    Swift

    func authenticationChallenger(handle challenge: URLAuthenticationChallenge, completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void)