Interface HttpAuthentication

All Known Implementing Classes:
BasicHttpAuthentication, BearerHttpAuthentication

public interface HttpAuthentication
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    authenticate(okhttp3.Request.Builder requestBuilder)
     
  • Method Details

    • authenticate

      void authenticate(okhttp3.Request.Builder requestBuilder)