$ClientFlowLoginV2Client class

Constructors

$ClientFlowLoginV2Client($Client _rootClient)
Creates a new DynamiteClient for client_flow_login_v2 requests.

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

$init_Request() → Request
Init a login flow.
$init_Serializer() → DynamiteSerializer<LoginFlowV2, void>
Builds a serializer to parse the response of $init_Request.
$poll_Request({required String token}) → Request
Poll the login flow credentials.
$poll_Serializer() → DynamiteSerializer<LoginFlowV2Credentials, void>
Builds a serializer to parse the response of $poll_Request.
init() Future<DynamiteResponse<LoginFlowV2, void>>
Init a login flow.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
poll({required String token}) Future<DynamiteResponse<LoginFlowV2Credentials, void>>
Poll the login flow credentials.
toString() String
A string representation of this object.
inherited

Operators

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