Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<SoundcloudAuth> |
__TYPE_ARG |
Constructor and Description |
---|
SoundcloudAuth(Object delegate) |
SoundcloudAuth(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,
HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for SoundCloud
|
boolean |
equals(Object o) |
SoundcloudAuth |
getDelegate() |
int |
hashCode() |
static SoundcloudAuth |
newInstance(SoundcloudAuth arg) |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<SoundcloudAuth> __TYPE_ARG
public SoundcloudAuth(SoundcloudAuth delegate)
public SoundcloudAuth(Object delegate)
public 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, 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(SoundcloudAuth arg)
Copyright © 2022 Eclipse. All rights reserved.