AuthMessage class

The AuthMessage can have two different formats:

Unused bytes in the AuthData field must be filled with NULLs (i.e. 0x00).

Since the authLength field is one byte, the amount of data bytes transmitted over multiple pages of AuthData can only be up to 255.

Inheritance
Available Extensions

Constructors

AuthMessage({required int protocolVersion, required Uint8List rawContent, required AuthType authType, required int authPageNumber, required int? lastAuthPageIndex, required int? authLength, required DateTime? timestamp, required AuthData authData})
const

Properties

authData AuthData
final
authLength int?
final
authPageNumber int
final
authType AuthType
final
hashCode int
The hash code for this object.
no setterinherited
lastAuthPageIndex int?
final
protocolVersion int
finalinherited
rawContent Uint8List
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DateTime?
final

Methods

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

Operators

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