Class SoundcloudAuth
- java.lang.Object
-
- io.vertx.mutiny.ext.auth.oauth2.providers.SoundcloudAuth
-
public class SoundcloudAuth extends Object
Simplified factory to create an for SoundCloud. NOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<SoundcloudAuth>__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description SoundcloudAuth(io.vertx.ext.auth.oauth2.providers.SoundcloudAuth delegate)SoundcloudAuth(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OAuth2Authcreate(Vertx vertx, String clientId, String clientSecret)static OAuth2Authcreate(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)booleanequals(Object o)io.vertx.ext.auth.oauth2.providers.SoundcloudAuthgetDelegate()inthashCode()static SoundcloudAuthnewInstance(io.vertx.ext.auth.oauth2.providers.SoundcloudAuth arg)StringtoString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final TypeArg<SoundcloudAuth> __TYPE_ARG
-
-
Constructor Detail
-
SoundcloudAuth
public SoundcloudAuth(io.vertx.ext.auth.oauth2.providers.SoundcloudAuth delegate)
-
SoundcloudAuth
public SoundcloudAuth(Object delegate)
-
-
Method Detail
-
getDelegate
public io.vertx.ext.auth.oauth2.providers.SoundcloudAuth getDelegate()
-
create
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret)
- Parameters:
vertx-clientId- the client id given to you by SoundCloudclientSecret- the client secret given to you by SoundCloud- Returns:
-
create
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
- Parameters:
vertx-clientId- the client id given to you by SoundCloudclientSecret- the client secret given to you by SoundCloudhttpClientOptions- custom http client options- Returns:
-
newInstance
public static SoundcloudAuth newInstance(io.vertx.ext.auth.oauth2.providers.SoundcloudAuth arg)
-
-