Interface Auth0Auth

    • Method Detail

      • create

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

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