URLAuthenticationMethod

public enum URLAuthenticationMethod : RawRepresentable

Enum representation wrapper for NSURLAuthenticationMethod. Only authentication methods supported by APIrequestType are listed.

  • Enum wrapper for NSURLAuthenticationMethodServerTrust.

    Declaration

    Swift

    case serverTrust
  • Enum wrapper for NSURLAuthenticationMethodClientCertificate.

    Declaration

    Swift

    case clientCertificate
  • Other NSURLAuthenticationMethod variants are not supported by APIRequestType.

    Declaration

    Swift

    case notSupported