AuthSchemeSimple class

Provides Uploadcare.Simple auth scheme

Inheritance

Constructors

AuthSchemeSimple({required String publicKey, required String apiVersion, required dynamic privateKey})

Properties

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

Methods

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