pjsip_digest_challenge class final
This structure describes authentication challenge used in Proxy-Authenticate or WWW-Authenticate for digest authentication scheme.
- Inheritance
- Implemented types
- Available extensions
Constructors
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
-
< Algorithm parameter.
getter/setter pair
- domain ↔ pj_str_t
-
< Domain.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- nonce ↔ pj_str_t
-
< Nonce challenge.
getter/setter pair
- opaque ↔ pj_str_t
-
< Opaque value.
getter/setter pair
- other_param ↔ pjsip_param
-
< Other parameters.
getter/setter pair
- qop ↔ pj_str_t
-
< Quality of protection.
getter/setter pair
- realm ↔ pj_str_t
-
< Realm for the challenge.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stale ↔ int
-
< Stale parameter.
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