• boxAuth
    • Basic
      • Identifiable
      • Object
        • Anything

no subtypes hierarchy

Inherited Attributes
Attributes inherited from: Object
hash, string
Methods
createshared OAuth2Auth create(Vertx vertx, String clientId, String clientSecret)

Create a OAuth2Auth provider for App.net

Parameters:
  • clientId

    the client id given to you by box.com

  • clientSecret

    the client secret given to you by box.com

createshared OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions)

Create a OAuth2Auth provider for App.net

Parameters:
  • clientId

    the client id given to you by box.com

  • clientSecret

    the client secret given to you by box.com

  • httpClientOptions

    custom http client options

Inherited Methods
Methods inherited from: Object
equals