IOSNSURLProtectionSpaceAuthenticationMethod class

An iOS-specific Class that represents the constants describing known values of the URLProtectionSpace.authenticationMethod property. Use URLProtectionSpaceAuthenticationMethod instead.

Annotations
  • @Deprecated('Use URLProtectionSpaceAuthenticationMethod instead')

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
toNativeValue() String
Gets String native value.
toString() String
A string representation of this object.
override
toValue() String
Gets String value.

Operators

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

Static Properties

values Set<IOSNSURLProtectionSpaceAuthenticationMethod>
Set of all values of IOSNSURLProtectionSpaceAuthenticationMethod.
final

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.