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 --> PJSIP Reference

#include <sip_auth.h>

Data Fields

pj_pool_tpool
 
pjsip_endpointendpt
 
pjsip_auth_clt_pref pref
 
unsigned cred_cnt
 
pjsip_cred_infocred_info
 
pjsip_cached_auth cached_auth
 

Detailed Description

This structure describes client authentication sessions. It keeps all the information needed to authorize the client against all downstream servers.

Field Documentation

◆ pool

pj_pool_t* pjsip_auth_clt_sess::pool

Pool to use.

◆ endpt

pjsip_endpoint* pjsip_auth_clt_sess::endpt

Endpoint where this belongs.

◆ pref

pjsip_auth_clt_pref pjsip_auth_clt_sess::pref

Preference/options.

◆ cred_cnt

unsigned pjsip_auth_clt_sess::cred_cnt

Number of credentials.

◆ cred_info

pjsip_cred_info* pjsip_auth_clt_sess::cred_info

Array of credential information

◆ cached_auth

pjsip_cached_auth pjsip_auth_clt_sess::cached_auth

Cached authorization info.


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.