Interface Auth0Auth

All Superinterfaces:
OpenIDConnectAuth

public interface Auth0Auth extends OpenIDConnectAuth
Simplified factory to create an OAuth2Auth for Okta Auth0.
Author:
Alexei KLENIN
  • Method Details

    • 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