BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

#include <sip_auth.h>

Public Member Functions

 PJ_DECL_LIST_MEMBER (struct pjsip_cached_auth_hdr)
 

Data Fields

pjsip_method method
 
pjsip_authorization_hdrhdr
 

Detailed Description

This structure describes cached value of previously sent Authorization or Proxy-Authorization header. The authentication framework keeps a list of this structure and will resend the same header to the same server as long as the method, uri, and nonce stays the same.

Member Function Documentation

◆ PJ_DECL_LIST_MEMBER()

pjsip_cached_auth_hdr::PJ_DECL_LIST_MEMBER ( struct pjsip_cached_auth_hdr  )

Standard list member

Field Documentation

◆ method

pjsip_method pjsip_cached_auth_hdr::method

To quickly see the method.

◆ hdr

pjsip_authorization_hdr* pjsip_cached_auth_hdr::hdr

The cached header.


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

 


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