AuthScheme class abstract

To authenticate your account, every request made to https://api.uploadcare.com/ MUST be signed. There are two available auth schemes: a simple one with intuitive auth-param and a more sophisticated and secure one that can be used for Signed Requests.

Implementers

Constructors

AuthScheme({required String publicKey, required String apiVersion, String privateKey = ''})

Properties

acceptHeader MapEntry<String, String>
final
apiVersion String
final
hashCode int
The hash code for this object.
no setterinherited
privateKey String
Uploadcare private key
final
publicKey String
Uploadcare public key
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

authorizeRequest(BaseRequest request) → void
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