Class ManagementAPI.Builder

java.lang.Object
com.auth0.client.mgmt.ManagementAPI.Builder
Enclosing class:
ManagementAPI

public static class ManagementAPI.Builder extends Object
Builder for ManagementAPI API client instances.
  • Constructor Details

    • Builder

      public Builder(String domain, String apiToken)
      Create a new Builder
      Parameters:
      domain - the domain of the tenant.
      apiToken - the API token used to make requests to the Auth0 Management API.
  • Method Details