AuthorizationKey class

Authorization Key.

Constructors

AuthorizationKey(int id, List<int> key, int salt)
Constructor.
const
AuthorizationKey.empty()
Empty constructor.
const
AuthorizationKey.fromJson(Map<String, dynamic> json)
Deserialize from JSON.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id int
Auth Key Id (int64).
final
key List<int>
2048-bit Auth Key (256 bytes).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
salt int
Int64 salt.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serialize to JSON.
toString() String
A string representation of this object.
override

Operators

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