IOSNSURLProtectionSpaceAuthenticationMethod class

An iOS-specific Class that represents the constants describing known values of the URLProtectionSpace.iosAuthenticationMethod property.

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
toValue() String

Operators

operator ==(Object value) bool
The equality operator.
override

Constants

NSURL_AUTHENTICATION_METHOD_CLIENT_CERTIFICATE → const IOSNSURLProtectionSpaceAuthenticationMethod
Use client certificate authentication for this protection space.
NSURL_AUTHENTICATION_METHOD_NEGOTIATE → const IOSNSURLProtectionSpaceAuthenticationMethod
Negotiate whether to use Kerberos or NTLM authentication for this protection space.
NSURL_AUTHENTICATION_METHOD_NTLM → const IOSNSURLProtectionSpaceAuthenticationMethod
Use NTLM authentication for this protection space.
NSURL_AUTHENTICATION_METHOD_SERVER_TRUST → const IOSNSURLProtectionSpaceAuthenticationMethod
Perform server trust authentication (certificate validation) for this protection space.