LoginQueryBuilder class

Login Query Builder

Constructors

LoginQueryBuilder({required LoginUsecase useCase, required String userId, required SessionLifeCycleEventBus sessionLifeCycleEventBus, required AppEventBus appEventBus})
Init Login Query Builder

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

authToken(String authToken) LoginQueryBuilder
Add Auth Token
displayName(String displayName) LoginQueryBuilder
Add Dispplay Name
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
submit() Future<AmityUser>
Submit the Login Request
toString() String
A string representation of this object.
inherited

Operators

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