All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.panghy.openai.AuthenticationInterceptor Maven / Gradle / Ivy

The newest version!
package io.github.panghy.openai;

/**
 * OkHttp Interceptor that adds an authorization token header
 * 
 * @deprecated Use {@link io.github.panghy.openai.client.AuthenticationInterceptor}
 */
@Deprecated
public class AuthenticationInterceptor extends io.github.panghy.openai.client.AuthenticationInterceptor {

    AuthenticationInterceptor(String token) {
        super(token);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy