DigestAuthentication class
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