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

Create a OAuth2Auth provider for Microsoft Azure Active Directory

Parameters:
  • clientId

    the client id given to you by Azure

  • clientSecret

    the client secret given to you by Azure

  • guid

    the guid of your application given to you by Azure

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

Create a OAuth2Auth provider for Microsoft Azure Active Directory

Parameters:
  • clientId

    the client id given to you by Azure

  • clientSecret

    the client secret given to you by Azure

  • guid

    the guid of your application given to you by Azure

  • httpClientOptions

    custom http client options

Inherited Methods
Methods inherited from: Object
equals