Class LinkedInAuth
java.lang.Object
io.vertx.mutiny.ext.auth.oauth2.providers.LinkedInAuth
- All Implemented Interfaces:
MutinyDelegate
Simplified factory to create an
OAuth2Auth for LinkedIn.
NOTE: This class has been automatically generated from the original non Mutiny-ified interface.
- Author:
- Paulo Lopes
- See Also:
-
LinkedInAuth
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLinkedInAuth(io.vertx.ext.auth.oauth2.providers.LinkedInAuth delegate) Create a new instance ofLinkedInAuthdelegating to the given (non-null) instance ofLinkedInAuth.LinkedInAuth(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic OAuth2AuthCreate a OAuth2Auth provider for LinkedInstatic OAuth2Authcreate(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for LinkedInbooleanio.vertx.ext.auth.oauth2.providers.LinkedInAuthGet the delegate instance.inthashCode()static LinkedInAuthnewInstance(io.vertx.ext.auth.oauth2.providers.LinkedInAuth delegate) Creates a new instance of theLinkedInAuth.toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
LinkedInAuth
public LinkedInAuth(io.vertx.ext.auth.oauth2.providers.LinkedInAuth delegate) Create a new instance ofLinkedInAuthdelegating to the given (non-null) instance ofLinkedInAuth. -
LinkedInAuth
-
-
Method Details
-
getDelegate
public io.vertx.ext.auth.oauth2.providers.LinkedInAuth getDelegate()Get the delegate instance.This method returns the instance on which this shim is delegating the calls. And so, give you access to the bare API.
- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate instance
-
create
Create a OAuth2Auth provider for LinkedIn- Parameters:
clientId- the client id given to you by LinkedInclientSecret- the client secret given to you by LinkedIn
-
create
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for LinkedIn- Parameters:
clientId- the client id given to you by LinkedInclientSecret- the client secret given to you by LinkedInhttpClientOptions- custom http client options
-
newInstance
Creates a new instance of theLinkedInAuth. -
hashCode
public int hashCode() -
equals
-
toString
-