|
FFmpeg
|
HTTP Authentication state structure. More...
#include <httpauth.h>
Public Attributes | |
| int | auth_type |
| The currently chosen auth type. | |
| char | realm [200] |
| Authentication realm. | |
| DigestParams | digest_params |
| The parameters specific to digest authentication. | |
| int | stale |
| Auth ok, but needs to be resent with a new nonce. | |
HTTP Authentication state structure.
Must be zero-initialized before used with the functions below.
1.8.12