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
NSURLAuthenticationMethodvariants are not supported by APIRequestType.Declaration
Swift
case notSupported
URLAuthenticationMethod Enumeration Reference