generate_digest_auth_response
Description:
[ Version ( since = "1.12" ) ]
public string? generate_digest_auth_response (string? algorithm, string method, string realm, string username, string password, string uri, string nonce)
Calculates the digest auth response from the values given by the server and the username and password.
See RFC2069 for details.
Currently only supported algorithm "md5".
Parameters:
algorithm |
Hash algorithm to use, or |
method |
Request method, e.g. PLAY |
realm |
Realm |
username |
Username |
password |
Password |
uri |
Original request URI |
nonce |
Nonce |
Returns:
Authentication response or |
Namespace: Gst.RTSP
Package: gstreamer-rtsp-1.0