DigestAuthentication class

Constructors

DigestAuthentication(Credentials _credentials)

Properties

hashCode int
The hash code for this object.
no setterinherited
response String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

authenticate(SipMethod method, Challenge challenge, [dynamic ruri, String? cnonce, String? body]) bool
Performs Digest authentication given a SIP request and the challenge received in a response to that request. Returns true if auth was successfully generated, false otherwise.
get(String parameter) String?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Return the Proxy-Authorization or WWW-Authorization header value.
override

Operators

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