Class SoundcloudAuth
java.lang.Object
io.vertx.mutiny.ext.auth.oauth2.providers.SoundcloudAuth
- All Implemented Interfaces:
MutinyDelegate
Simplified factory to create an
OAuth2Auth for SoundCloud.
NOTE: This class has been automatically generated from the original non Mutiny-ified interface.
- Author:
- Paulo Lopes
- See Also:
-
SoundcloudAuth
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSoundcloudAuth(io.vertx.ext.auth.oauth2.providers.SoundcloudAuth delegate) Create a new instance ofSoundcloudAuthdelegating to the given (non-null) instance ofSoundcloudAuth.SoundcloudAuth(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic OAuth2AuthCreate a OAuth2Auth provider for SoundCloudstatic OAuth2Authcreate(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for SoundCloudbooleanio.vertx.ext.auth.oauth2.providers.SoundcloudAuthGet the delegate instance.inthashCode()static SoundcloudAuthnewInstance(io.vertx.ext.auth.oauth2.providers.SoundcloudAuth delegate) Creates a new instance of theSoundcloudAuth.toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
SoundcloudAuth
public SoundcloudAuth(io.vertx.ext.auth.oauth2.providers.SoundcloudAuth delegate) Create a new instance ofSoundcloudAuthdelegating to the given (non-null) instance ofSoundcloudAuth. -
SoundcloudAuth
-
-
Method Details
-
getDelegate
public io.vertx.ext.auth.oauth2.providers.SoundcloudAuth 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 SoundCloud- Parameters:
clientId- the client id given to you by SoundCloudclientSecret- the client secret given to you by SoundCloud
-
create
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for SoundCloud- Parameters:
clientId- the client id given to you by SoundCloudclientSecret- the client secret given to you by SoundCloudhttpClientOptions- custom http client options
-
newInstance
public static SoundcloudAuth newInstance(io.vertx.ext.auth.oauth2.providers.SoundcloudAuth delegate) Creates a new instance of theSoundcloudAuth. -
hashCode
public int hashCode() -
equals
-
toString
-