grpc-java/binder
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
..
src binder: Allow async/slow implementations of authorization checks (#10596) 2023-10-20 13:53:12 -07:00
build.gradle android: Min SDK level to 21 (#10505) 2023-08-22 10:47:31 -07:00