ThirdPartySigned class

A signature of an m.third_party_invite token to prove that this user owns a third party identity which has been invited to the room.

Annotations
  • @_NameSource('spec')

Constructors

ThirdPartySigned({required String mxid, required String sender, required Map<String, Map<String, String>> signatures, required String token})
ThirdPartySigned.fromJson(Map<String, Object?> json)

Properties

hashCode int
The hash code for this object.
no setterinherited
mxid String
The Matrix ID of the invitee.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender String
The Matrix ID of the user who issued the invite.
getter/setter pair
signatures Map<String, Map<String, String>>
A signatures object containing a signature of the entire signed object.
getter/setter pair
token String
The state key of the m.third_party_invite event.
getter/setter pair

Methods

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

Operators

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