vertx / io.vertx.rxjava.ext.auth.oauth2.providers / SoundcloudAuth

SoundcloudAuth

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.

Constructors

<init>

SoundcloudAuth(delegate: SoundcloudAuth)

Properties

__TYPE_ARG

static val __TYPE_ARG: TypeArg<SoundcloudAuth>

Functions

create

open static fun create(vertx: Vertx, clientId: String, clientSecret: String): OAuth2Auth
open static fun create(vertx: Vertx, clientId: String, clientSecret: String, httpClientOptions: HttpClientOptions): OAuth2Auth

Create a OAuth2Auth provider for SoundCloud

equals

open fun equals(other: Any?): Boolean

getDelegate

open fun getDelegate(): SoundcloudAuth

hashCode

open fun hashCode(): Int

newInstance

open static fun newInstance(arg: SoundcloudAuth): SoundcloudAuth

toString

open fun toString(): String