Auth class

Constructors

Auth.new(String accessKey, String accessSecret, String? secureToken)

Properties

accessKey String
getter/setter pair
accessSecret String
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
secureToken String?
getter/setter pair

Methods

get_headers_string(HttpRequest req) String?
get_resource_string(HttpRequest req, String bucket, String key) String
get_string_to_sign(HttpRequest req, String bucket, String key) String
get_subresource_string(Map<String, dynamic> params) String
make_signature(HttpRequest req, String bucket, String key) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signRequest(HttpRequest req, String bucket, String key) → void
toString() String
A string representation of this object.
inherited

Operators

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