$CsrfTokenClient class

Constructors

$CsrfTokenClient($Client _rootClient)
Creates a new DynamiteClient for csrf_token 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

$index_Request() → Request
Returns a new CSRF token.
$index_Serializer() → DynamiteSerializer<CsrfTokenIndexResponseApplicationJson, void>
Builds a serializer to parse the response of $index_Request.
index() Future<DynamiteResponse<CsrfTokenIndexResponseApplicationJson, void>>
Returns a new CSRF token.
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