WARNING: The online documentation has moved to https://docs.pjsip.org.

Visit the new documentation at https://docs.pjsip.org:

BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJLIB-UTIL Reference

pj_http_auth_chal Struct Reference

#include <http_client.h>

Data Fields

pj_str_t scheme
 
pj_str_t realm
 
pj_str_t domain
 
pj_str_t nonce
 
pj_str_t opaque
 
int stale
 
pj_str_t algorithm
 
pj_str_t qop
 

Detailed Description

HTTP authentication challenge, parsed from WWW-Authenticate header.

Field Documentation

◆ algorithm

pj_str_t pj_http_auth_chal::algorithm

Algorithm parameter.

◆ domain

pj_str_t pj_http_auth_chal::domain

Domain.

◆ nonce

pj_str_t pj_http_auth_chal::nonce

Nonce challenge.

◆ opaque

pj_str_t pj_http_auth_chal::opaque

Opaque value.

◆ qop

pj_str_t pj_http_auth_chal::qop

Quality of protection.

◆ realm

pj_str_t pj_http_auth_chal::realm

Realm for the challenge.

◆ scheme

pj_str_t pj_http_auth_chal::scheme

Auth scheme.

◆ stale

int pj_http_auth_chal::stale

Stale parameter.


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

 


PJLIB-UTIL Open Source, small footprint, and portable asynchronous/caching DNS resolver, text scanner, STUN client, and XML library
Copyright (C) 2006-2009 Teluu Inc.