Class BasicAuthAuthenticator

  • All Implemented Interfaces:
    okhttp3.Authenticator

    public class BasicAuthAuthenticator
    extends Object
    implements okhttp3.Authenticator
    BasicAuthAuthenticator.
    • Method Detail

      • authenticate

        @Nullable
        public okhttp3.Request authenticate​(@Nullable
                                            okhttp3.Route route,
                                            @NotNull
                                            okhttp3.Response response)
        Specified by:
        authenticate in interface okhttp3.Authenticator