NSURL_AUTHENTICATION_METHOD_SERVER_TRUST constant

IOSNSURLProtectionSpaceAuthenticationMethod const NSURL_AUTHENTICATION_METHOD_SERVER_TRUST

Perform server trust authentication (certificate validation) for this protection space.

Implementation

static const NSURL_AUTHENTICATION_METHOD_SERVER_TRUST =
    IOSNSURLProtectionSpaceAuthenticationMethod._internal(
      'NSURLAuthenticationMethodServerTrust',
      'NSURLAuthenticationMethodServerTrust',
    );