BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

pjsip_digest_credential Struct Reference

#include <sip_auth_msg.h>

Data Fields

pj_str_t realm
 
pjsip_param other_param
 
pj_str_t username
 
pj_str_t nonce
 
pj_str_t uri
 
pj_str_t response
 
pj_str_t algorithm
 
pj_str_t cnonce
 
pj_str_t opaque
 
pj_str_t qop
 
pj_str_t nc
 

Detailed Description

This structure describe credential used in Authorization and Proxy-Authorization header for digest authentication scheme.

See also
pjsip_digest_credential

Field Documentation

◆ realm

pj_str_t pjsip_digest_credential::realm

Realm of the credential

◆ other_param

pjsip_param pjsip_digest_credential::other_param

Other parameters.

◆ username

pj_str_t pjsip_digest_credential::username

Username parameter.

◆ nonce

pj_str_t pjsip_digest_credential::nonce

Nonce parameter.

◆ uri

pj_str_t pjsip_digest_credential::uri

URI parameter.

◆ response

pj_str_t pjsip_digest_credential::response

Response digest.

◆ algorithm

pj_str_t pjsip_digest_credential::algorithm

Algorithm.

◆ cnonce

pj_str_t pjsip_digest_credential::cnonce

Cnonce.

◆ opaque

pj_str_t pjsip_digest_credential::opaque

Opaque value.

◆ qop

pj_str_t pjsip_digest_credential::qop

Quality of protection.

◆ nc

pj_str_t pjsip_digest_credential::nc

Nonce count.


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.