pjsip_auth_clt_pref class final

This structure describes client authentication session preference. The preference can be set by calling #pjsip_auth_clt_set_prefs().

Inheritance
Implemented types
Available extensions

Constructors

pjsip_auth_clt_pref()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
algorithm pj_str_t
Specify the algorithm to use when empty Authorization header is to be sent for each initial request (see above)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
initial_auth int
If this flag is set, the authentication client framework will send an empty Authorization header in each initial request. Default is no.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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