Home --> Documentations --> PJSIP Reference
#include <siptypes.hpp>
Credential information. Credential contains information to authenticate against a service.
Default constructor
Construct a credential with the specified parameters
Convert from pjsip
Convert to pjsip
Read this object from a container node.
Implements pj::PersistentObject.
Write this object to a container node.
The authentication scheme (e.g. "digest").
Realm on which this credential is to be used. Use "*" to make a credential that can be used to authenticate against any challenges.
Authentication user name.
Type of data that is contained in the "data" field. Use 0 if the data contains plain text password.
The data, which can be a plain text password or a hashed digest.
Permanent subscriber key.
Operator variant key.
Authentication Management Field