BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

pjsip_proxy_authenticate_hdr Struct Reference

#include <sip_auth_msg.h>

Public Member Functions

 PJSIP_DECL_HDR_MEMBER (struct pjsip_www_authenticate_hdr)
 

Data Fields

pj_str_t scheme
 
union {
   pjsip_common_challenge   common
 
   pjsip_digest_challenge   digest
 
   pjsip_pgp_challenge   pgp
 
challenge
 

Detailed Description

This structure describe SIP WWW-Authenticate header (Proxy-Authenticate header also uses the same structure).

WWW-Authenticate header.

Proxy-Authenticate header.

Member Function Documentation

◆ PJSIP_DECL_HDR_MEMBER()

pjsip_proxy_authenticate_hdr::PJSIP_DECL_HDR_MEMBER ( struct pjsip_www_authenticate_hdr  )

Standard header fields.

Field Documentation

◆ scheme

pj_str_t pjsip_proxy_authenticate_hdr::scheme

Authentication scheme

◆ common

pjsip_common_challenge pjsip_proxy_authenticate_hdr::common

Common fields.

◆ digest

pjsip_digest_challenge pjsip_proxy_authenticate_hdr::digest

Digest challenge.

◆ pgp

pjsip_pgp_challenge pjsip_proxy_authenticate_hdr::pgp

PGP challenge.

◆ 

union { ... } pjsip_proxy_authenticate_hdr::challenge

This union contains structures that are only relevant depending on the value of the scheme being used.


The documentation for this struct was generated from the following file:
  • sip_auth_msg.h

 


PJSIP Open Source, high performance, small footprint, and very very portable SIP stack
Copyright (C) 2006-2008 Teluu Inc.