BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

#include <sip_auth.h>

Data Fields

pj_bool_t initial_auth
 
pj_str_t algorithm
 

Detailed Description

This structure describes client authentication session preference. The preference can be set by calling pjsip_auth_clt_set_prefs().

Field Documentation

◆ initial_auth

pj_bool_t pjsip_auth_clt_pref::initial_auth

If this flag is set, the authentication client framework will send an empty Authorization header in each initial request. Default is no.

◆ algorithm

pj_str_t pjsip_auth_clt_pref::algorithm

Specify the algorithm to use when empty Authorization header is to be sent for each initial request (see above)


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.