pj_stun_auth_cred class final

This structure contains the descriptions needed to perform server side authentication. Depending on the \a type set in the structure, application may specify a static username/password combination, or to have callbacks called by the function to authenticate the credential dynamically.

Inheritance
Implemented types
Available extensions

Constructors

pj_stun_auth_cred()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
data UnnamedUnion11
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
The type of authentication information in this structure.
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