Package com.algolia.model.ingestion
Class AuthOAuth
java.lang.Object
com.algolia.model.ingestion.AuthOAuth
- All Implemented Interfaces:
AuthInput
Authentication input for OAuth login.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.algolia.model.ingestion.AuthInput
AuthInput.Deserializer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe clientID.The secret.getUrl()The OAuth endpoint URL.inthashCode()setClientId(String clientId) setClientSecret(String clientSecret) toString()
-
Constructor Details
-
AuthOAuth
public AuthOAuth()
-
-
Method Details