ServerTrustNetworkCredential class
A network credential that specifies that a server should be trusted.
- Inheritance
-
- Object
- NetworkCredential
- ServerTrustNetworkCredential
Constructors
- ServerTrustNetworkCredential.new({required String host})
- Creates a ServerTrustNetworkCredential that trusts the given host.
- ServerTrustNetworkCredential.forChallenge(ServerTrustAuthenticationChallenge challenge)
-
Creates a ServerTrustNetworkCredential for the server specified in the
ServerTrustAuthenticationChallenge.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited