Package: matlab.net.http.field
Superclasses: matlab.net.http.HeaderField
HTTP Authentication-Info header field in response message
An AuthenticationInfoField
object contains information about a successful
Digest authentication. A server or proxy creates an Authentication-Info header field in a
response message.
Since this field appears only in response messages, you do not normally create one of these fields. Use this field only if you are implementing your own authentication protocol or one that MATLAB® does not automatically support.
If you use the automatic authentication provided by MATLAB by specifying the Credentials
property in
HTTPOptions
, you do not need to access this field.