Authorization class

Constructors

Authorization({String access_token, String name, String client_token, Map<String, dynamic> selected_profile, String user_properties, String uuid, Map<String, dynamic> answer, String email, String userId })

Properties

access_token → String
final
answer → Map<String, dynamic>
final
client_token → String
final
email → String
final
name → String
final
selected_profile → Map<String, dynamic>
final
user_properties → String
final
userId → String
final
uuid → String
final
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited

Static Methods

authorize(String user, String password) → Future<Authorization>
invalid({String name: "no_name_selected" }) Authorization
offline({String name: "no_name_selected" }) Authorization