Class SoundcloudAuth


  • public class SoundcloudAuth
    extends Object
    Simplified factory to create an for SoundCloud.

    NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

    • Constructor Detail

      • SoundcloudAuth

        public SoundcloudAuth​(Object delegate)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • create

        public static OAuth2Auth create​(Vertx vertx,
                                        String clientId,
                                        String clientSecret)
        Create a OAuth2Auth provider for SoundCloud
        Parameters:
        vertx -
        clientId - the client id given to you by SoundCloud
        clientSecret - the client secret given to you by SoundCloud
        Returns:
      • create

        public static OAuth2Auth create​(Vertx vertx,
                                        String clientId,
                                        String clientSecret,
                                        HttpClientOptions httpClientOptions)
        Create a OAuth2Auth provider for SoundCloud
        Parameters:
        vertx -
        clientId - the client id given to you by SoundCloud
        clientSecret - the client secret given to you by SoundCloud
        httpClientOptions - custom http client options
        Returns: