NetworkCredentialKey class

A key for storing and looking up a credential in the NetworkCredentialStore, composed of the type of credential (e.g., ServerTrustNetworkCredential) and the host.

Annotations

Constructors

NetworkCredentialKey.new(Type credentialType, String host)
Creates an instance of NetworkCredentialKey.

Properties

credentialType Type
The type of credential.
final
hashCode int
The hash code for this object.
no setteroverride
host String
The host the credential would apply to.
final
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.
inherited

Operators

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