BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

pj::DigestChallenge Struct Reference

#include <endpoint.hpp>

Public Member Functions

void fromPj (const pjsip_digest_challenge &prm)
 
pjsip_digest_challenge toPj () const
 

Data Fields

std::string realm
 
StringToStringMap otherParam
 
std::string domain
 
std::string nonce
 
std::string opaque
 
int stale
 
std::string algorithm
 
std::string qop
 

Detailed Description

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

Member Function Documentation

◆ fromPj()

void pj::DigestChallenge::fromPj ( const pjsip_digest_challenge prm)

Convert from pjsip

◆ toPj()

pjsip_digest_challenge pj::DigestChallenge::toPj ( ) const

Convert to pjsip

Field Documentation

◆ realm

std::string pj::DigestChallenge::realm

Realm for the challenge.

◆ otherParam

StringToStringMap pj::DigestChallenge::otherParam

Other parameters.

◆ domain

std::string pj::DigestChallenge::domain

Domain.

◆ nonce

std::string pj::DigestChallenge::nonce

Nonce challenge.

◆ opaque

std::string pj::DigestChallenge::opaque

Opaque value.

◆ stale

int pj::DigestChallenge::stale

Stale parameter.

◆ algorithm

std::string pj::DigestChallenge::algorithm

Algorithm parameter.

◆ qop

std::string pj::DigestChallenge::qop

Quality of protection.


The documentation for this struct was generated from the following file:

 


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