BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

pjsip_oauth_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 token
 

Detailed Description

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

See also
pjsip_oauth_credential

Field Documentation

◆ realm

pj_str_t pjsip_oauth_credential::realm

Realm of the credential

◆ other_param

pjsip_param pjsip_oauth_credential::other_param

Other parameters.

◆ username

pj_str_t pjsip_oauth_credential::username

Username parameter.

◆ token

pj_str_t pjsip_oauth_credential::token

Token parameter.


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.