grpc-java/binder/src/androidTest
Mateus Azis 8966680015
binder: Allow async/slow implementations of authorization checks (#10596)
Allow a security policy to returns a `ListenableFuture<Status>` that
callers can implement to perform slower auth checks (like network
calls, disk I/O etc.) without necessarily blocking the gRPC calling
thread.

Partially addresses: https://github.com/grpc/grpc-java/issues/10566
2023-10-20 13:53:12 -07:00
..
java/io/grpc/binder binder: Allow async/slow implementations of authorization checks (#10596) 2023-10-20 13:53:12 -07:00
AndroidManifest.xml Enable indirect addressing using <intent-filter>s. (#10550) 2023-09-12 17:27:35 -07:00