AccessKeyService class

AccessKeyService provides keys needed to perform searches.

Constructors

AccessKeyService(Client client)
Constructor

Properties

client Client
The Firesearch Client.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

generateKey(GenerateKeyRequest? generateKeyRequest) Future<GenerateKeyResponse>
GenerateKey generates a key for an index path prefix to enable searches. The key expires after 24 hours.
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