AuthAlgolia

algoliasearch.ingestion.AuthAlgolia
case class AuthAlgolia(appID: String, apiKey: String) extends AuthInputTrait

AuthAlgolia

Value parameters

apiKey

Algolia API Key, with the correct rights to push to an index and change settings.

appID

Algolia Application ID.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AuthInput
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product