Class OAuth2Api

java.lang.Object
org.apache.polaris.service.it.env.RestApi
org.apache.polaris.service.it.env.OAuth2Api

public class OAuth2Api extends RestApi
A simple facade to an OAuth2 token endpoint. It works with both Polaris internal token endpoint and with external identity providers.
  • Constructor Details

    • OAuth2Api

      public OAuth2Api(jakarta.ws.rs.client.Client client, URI issuerUrl, String endpointPath)
  • Method Details