pjsip_cred_info class final

This structure describes credential information. A credential information is a static, persistent information that identifies username and password required to authorize to a specific realm.

Note that since PJSIP 0.7.0.1, it is possible to make a credential that is valid for any realms, by setting the realm to star/wildcard character, i.e. realm = pj_str("*");.

Inheritance
Implemented types
Available extensions

Constructors

pjsip_cred_info()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
data pj_str_t
< The data, which can be a plaintext password or a hashed digest.
getter/setter pair
data_type int
< Type of data (0 for plaintext passwd).
getter/setter pair
ext UnnamedUnion10
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
realm pj_str_t
< Realm. Use "*" to make a credential that can be used to authenticate against any challenges.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheme pj_str_t
< Scheme (e.g. "digest").
getter/setter pair
username pj_str_t
< User name.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited