MoreCallCredentials.from(Credentials) instead.@Deprecated public final class ClientAuthInterceptor extends 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,
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.
|
public ClientAuthInterceptor(com.google.auth.Credentials credentials,
Executor executor)