LoginFlow class

Annotations
  • @_NameSource.new('spec')

Constructors

LoginFlow({bool? getLoginToken, required String type, Map<String, Object?> additionalProperties = const {}})
LoginFlow.fromJson(Map<String, Object?> json)

Properties

additionalProperties Map<String, Object?>
getter/setter pair
getLoginToken bool?
If type is m.login.token, an optional field to indicate to the unauthenticated client that the homeserver supports the POST /login/get_token endpoint. Note that supporting the endpoint does not necessarily indicate that the user attempting to log in will be able to generate such a token.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
The login type. This is supplied as the type when logging in.
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