SecureAPIClient class

Inheritance

Constructors

SecureAPIClient({required APIClient client, required String token, String authHeaderKey = "Authorization", String authTokenPrefix = "Bearer"})

Properties

authHeaderKey String
getter/setter pair
authTokenPrefix String
getter/setter pair
client APIClient
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
request(Endpoint endpoint) Future<APIResponse>
override
requestMultipart(EndpointMultipart endpoint) Future<APIResponse>
override
toString() String
A string representation of this object.
inherited

Operators

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