AuthOAuth
algoliasearch.ingestion.AuthOAuth
case class AuthOAuth(url: String, clientId: String, clientSecret: String, scope: Option[String]) extends AuthInputTrait
Credentials for authenticating with OAuth 2.0.
Value parameters
- clientId
-
Client ID.
- clientSecret
-
Client secret. This field is
null
in the API response. - scope
-
OAuth scope.
- url
-
URL for the OAuth endpoint.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AuthInputTraittrait AuthInputclass Objecttrait Matchableclass Any
Members list
In this article