FFmpeg
Public Attributes | List of all members
HTTPAuthState Struct Reference

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.
 

Detailed Description

HTTP Authentication state structure.

Must be zero-initialized before used with the functions below.


The documentation for this struct was generated from the following file: