Registry / networking / grpc-auth

grpc-auth

JSON →
library1.80.0javamavenunverified

gRPC authentication support for Java.

<dependency> <groupId>io.grpc</groupId> <artifactId>grpc-auth</artifactId> <version>1.80.0</version> </dependency>
INSTALL
IMPORT
SIG · GRPC-AUTH
G
grpc-auth
networkingjavav1.80.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ClientAuthInterceptor
io.grpc.auth.ClientAuthInterceptor

Creates a client auth interceptor for gRPC.

import io.grpc.auth.ClientAuthInterceptor; import io.grpc.ManagedChannel; import io.grpc.ManagedChannelBuilder; public class Example { public static void main(String[] args) { ManagedChannel channel = ManagedChannelBuilder.forTarget("localhost:8080").build(); ClientAuthInterceptor interceptor = new ClientAuthInterceptor(null); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.80.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Resources
grpc-auth — mvn dependency:get grpc-auth · libregistry