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
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- 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.
override