MoreCallCredentials.from(Credentials) instead.@Deprecated
public final class ClientAuthInterceptor
extends java.lang.Object
implements io.grpc.ClientInterceptor
Uses the new and simplified Google auth library: https://github.com/google/google-auth-library-java
| Constructor and Description |
|---|
ClientAuthInterceptor(com.google.auth.Credentials credentials,
java.util.concurrent.Executor executor)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<ReqT,RespT> |
interceptCall(io.grpc.MethodDescriptor<ReqT,RespT> method,
io.grpc.CallOptions callOptions,
io.grpc.Channel next)
Deprecated.
|