Interface SecurityInterceptor

All Superinterfaces:
okhttp3.Interceptor
All Known Implementing Classes:
OAuth2SecurityInterceptor

public interface SecurityInterceptor extends okhttp3.Interceptor
An interface whose implementation is supposed to modify the HTTP Request by adding Security credentials.
Since:
3.0.0
  • Nested Class Summary

    Nested classes/interfaces inherited from interface okhttp3.Interceptor

    okhttp3.Interceptor.Chain, okhttp3.Interceptor.Companion
  • Field Summary

    Fields inherited from interface okhttp3.Interceptor

    Companion
  • Method Summary

    Methods inherited from interface okhttp3.Interceptor

    intercept