Class Auth0ClientRequestInterceptor

java.lang.Object
com.okta.spring.boot.oauth.http.Auth0ClientRequestInterceptor
All Implemented Interfaces:
org.springframework.http.client.ClientHttpRequestInterceptor

public final class Auth0ClientRequestInterceptor extends Object implements org.springframework.http.client.ClientHttpRequestInterceptor
  • Constructor Details

    • Auth0ClientRequestInterceptor

      public Auth0ClientRequestInterceptor()
  • Method Details

    • intercept

      public org.springframework.http.client.ClientHttpResponse intercept(org.springframework.http.HttpRequest request, byte[] body, org.springframework.http.client.ClientHttpRequestExecution execution) throws IOException
      Specified by:
      intercept in interface org.springframework.http.client.ClientHttpRequestInterceptor
      Throws:
      IOException