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

apiKey String
The API key from Outseta
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretKey String
The secret key from Outseta
final

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