public class SoundcloudAuth extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<SoundcloudAuth> |
__TYPE_ARG |
Constructor and Description |
---|
SoundcloudAuth(Object delegate) |
SoundcloudAuth(io.vertx.ext.auth.oauth2.providers.SoundcloudAuth delegate) |
Modifier and Type | Method and Description |
---|---|
static OAuth2Auth |
create(Vertx vertx,
String clientId,
String clientSecret)
Create a OAuth2Auth provider for SoundCloud
|
static OAuth2Auth |
create(Vertx vertx,
String clientId,
String clientSecret,
io.vertx.core.http.HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for SoundCloud
|
boolean |
equals(Object o) |
io.vertx.ext.auth.oauth2.providers.SoundcloudAuth |
getDelegate() |
int |
hashCode() |
static SoundcloudAuth |
newInstance(io.vertx.ext.auth.oauth2.providers.SoundcloudAuth arg) |
String |
toString() |
public static final TypeArg<SoundcloudAuth> __TYPE_ARG
public SoundcloudAuth(io.vertx.ext.auth.oauth2.providers.SoundcloudAuth delegate)
public SoundcloudAuth(Object delegate)
public io.vertx.ext.auth.oauth2.providers.SoundcloudAuth getDelegate()
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret)
vertx
- clientId
- the client id given to you by SoundCloudclientSecret
- the client secret given to you by SoundCloudpublic static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
vertx
- clientId
- the client id given to you by SoundCloudclientSecret
- the client secret given to you by SoundCloudhttpClientOptions
- custom http client optionspublic static SoundcloudAuth newInstance(io.vertx.ext.auth.oauth2.providers.SoundcloudAuth arg)
Copyright © 2021 Eclipse. All rights reserved.