open class SoundcloudAuth
Simplified factory to create an for SoundCloud. NOTE: This class has been automatically generated from the io.vertx.ext.auth.oauth2.providers.SoundcloudAuth non RX-ified interface using Vert.x codegen.
SoundcloudAuth(delegate: SoundcloudAuth) |
static val __TYPE_ARG: TypeArg<SoundcloudAuth> |
open static fun create(vertx: Vertx, clientId: String, clientSecret: String): OAuth2Authopen static fun create(vertx: Vertx, clientId: String, clientSecret: String, httpClientOptions: HttpClientOptions): OAuth2Auth
Create a OAuth2Auth provider for SoundCloud |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): SoundcloudAuth |
|
open fun hashCode(): Int |
|
open static fun newInstance(arg: SoundcloudAuth): SoundcloudAuth |
|
open fun toString(): String |