ApiKeyAuth class
API key authentication for server-side use
- Implemented types
Constructors
- ApiKeyAuth.new({required String apiKey, required String secretKey})
- Creates a new API key authentication method
Properties
Methods
-
getHeaders(
) → Future< Map< String, String> > -
Returns the authentication headers needed for API requests
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