URLProtectionSpaceAuthenticationMethod class

Class that represents the constants describing known values of the URLProtectionSpace.authenticationMethod 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
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<URLProtectionSpaceAuthenticationMethod>
Set of all values of URLProtectionSpaceAuthenticationMethod.
final

Static Methods

fromNativeValue(String? value) URLProtectionSpaceAuthenticationMethod?
Gets a possible URLProtectionSpaceAuthenticationMethod instance from a native value.
fromValue(String? value) URLProtectionSpaceAuthenticationMethod?
Gets a possible URLProtectionSpaceAuthenticationMethod instance from String value.

Constants

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