Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SoundcloudAuth

Simplified factory to create an for SoundCloud.

Hierarchy

  • SoundcloudAuth

Index

Methods

Methods

Static create

  • create(vertx: Vertx, clientId: string, clientSecret: string): OAuth2Auth
  • create(vertx: Vertx, clientId: string, clientSecret: string, httpClientOptions: HttpClientOptions): OAuth2Auth
  • Create a OAuth2Auth provider for SoundCloud

    Parameters

    • vertx: Vertx
    • clientId: string
    • clientSecret: string

    Returns OAuth2Auth

  • Create a OAuth2Auth provider for SoundCloud

    Parameters

    • vertx: Vertx
    • clientId: string
    • clientSecret: string
    • httpClientOptions: HttpClientOptions

    Returns OAuth2Auth

Generated using TypeDoc