BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

pjsip_proxy_authorization_hdr Struct Reference

#include <sip_auth_msg.h>

Public Member Functions

 PJSIP_DECL_HDR_MEMBER (struct pjsip_authorization_hdr)
 

Data Fields

pj_str_t scheme
 
union {
   pjsip_common_credential   common
 
   pjsip_digest_credential   digest
 
   pjsip_pgp_credential   pgp
 
   pjsip_oauth_credential   oauth
 
credential
 

Detailed Description

This structure describes SIP Authorization header (and also SIP Proxy-Authorization header).

See also
pjsip_authorization_hdr.

SIP Proxy-Authorization header shares the same structure as SIP Authorization header.

Member Function Documentation

◆ PJSIP_DECL_HDR_MEMBER()

pjsip_proxy_authorization_hdr::PJSIP_DECL_HDR_MEMBER ( struct pjsip_authorization_hdr  )

Standard header fiends.

Field Documentation

◆ scheme

pj_str_t pjsip_proxy_authorization_hdr::scheme

Authorization scheme.

◆ common

pjsip_common_credential pjsip_proxy_authorization_hdr::common

Common fields.

◆ digest

pjsip_digest_credential pjsip_proxy_authorization_hdr::digest

Digest credentials.

◆ pgp

pjsip_pgp_credential pjsip_proxy_authorization_hdr::pgp

PGP credentials.

◆ oauth

pjsip_oauth_credential pjsip_proxy_authorization_hdr::oauth

OAuth credentials.

◆ 

union { ... } pjsip_proxy_authorization_hdr::credential

Type of credentials, depending on the scheme.


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.