MoveAuth class

An auth object passed to setup(...). This data is prepared by the app backend.

Constructors

MoveAuth(String projectId, String userId, String accessToken, String refreshToken)

Properties

accessToken String
A jwt token used for the network session. Expires regularily.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
projectId String
The project id for the app in the MOVE dashboard.
getter/setter pair
refreshToken String
A jwt token for the SDK to fetch a new access token. When it expires the auth state listener will be notified with MoveAuthState.expired.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String
The user id to uniquely identify the user with.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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