AuthOAuthPartial

algoliasearch.ingestion.AuthOAuthPartial
case class AuthOAuthPartial(url: Option[String], client_id: Option[String], client_secret: Option[String], scope: Option[String]) extends AuthInputPartialTrait

Credentials for authenticating with OAuth 2.0.

Value parameters

client_id

Client ID.

client_secret

Client secret. This field is null in the API response.

scope

OAuth scope.

url

URL for the OAuth endpoint.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
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