UnnamedStruct27 class final

This structure contains static data for performing authentication. A non-empty realm indicates whether short term or long term credential is used.

Inheritance
Implemented types
Available extensions

Constructors

UnnamedStruct27()

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 depends depends on the value of \a data_type field. When \a data_type is zero, this field will contain the plaintext password.
getter/setter pair
data_type int
Data type to indicate the type of password in the \a data field.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nonce pj_str_t
Optional NONCE.
getter/setter pair
realm pj_str_t
If not-empty, it indicates that this is a long term credential.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username pj_str_t
The username of the credential.
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