BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

pjsip_digest_challenge Struct Reference

#include <sip_auth_msg.h>

Data Fields

pj_str_t realm
 
pjsip_param other_param
 
pj_str_t domain
 
pj_str_t nonce
 
pj_str_t opaque
 
int stale
 
pj_str_t algorithm
 
pj_str_t qop
 

Detailed Description

This structure describes authentication challenge used in Proxy-Authenticate or WWW-Authenticate for digest authentication scheme.

See also
pjsip_digest_challenge

Field Documentation

◆ realm

pj_str_t pjsip_digest_challenge::realm

Realm for the challenge.

◆ other_param

pjsip_param pjsip_digest_challenge::other_param

Other parameters.

◆ domain

pj_str_t pjsip_digest_challenge::domain

Domain.

◆ nonce

pj_str_t pjsip_digest_challenge::nonce

Nonce challenge.

◆ opaque

pj_str_t pjsip_digest_challenge::opaque

Opaque value.

◆ stale

int pjsip_digest_challenge::stale

Stale parameter.

◆ algorithm

pj_str_t pjsip_digest_challenge::algorithm

Algorithm parameter.

◆ qop

pj_str_t pjsip_digest_challenge::qop

Quality of protection.


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.