DigestAuthenticationChallenge class

A NetworkAuthenticationChallenge that indicates the server requires a Digest credential (username and password) for authentication.

Inheritance

Properties

credentialType → Type
The kind of NetworkCredential that can be used to respond to this challenge.
no setteroverride
hashCode → int
The hash code for this object.
no setterinherited
host → String
The host of the request that led to this authentication challenge.
finalinherited
previousFailureCount → int
The number of failed authentication attempts that occurred previously for this authentication challenge.
no setterinherited
realm → String
The "realm" provided by the host.
final
requestId → int?
The request ID of the request that led to this authentication challenge.
finalinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

cancel() → void
Cancels the request that initiated the challenge.
inherited
continueAndFail() → void
Handles the challenge without a credential, causing it to fail with the original authentication error.
inherited
continueWithCredential(NetworkCredential credential) → void
Handles the challenge with the specified credential.
inherited
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