mirror of https://github.com/grpc/grpc-java.git
It converts Google Auth Library Credentials to CallCredentials, and supersedes ClientAuthInterceptor, which is now deprecated. Also swaps out the ClientAuthInterceptor implementation. Caveat: This in fact changes ClientAuthInterceptor's behavior. Before this change, if multiple ClientAuthInterceptors were attached, their effects would be additive. After this change, only the last executed one would take effect, and it would also overwrite the CallCredentials set in CallOptions. We don't think it's an issue, since other languages also only allow one call credentials to be attached to an RPC. |
||
|---|---|---|
| .. | ||
| src | ||
| build.gradle | ||