Home
last modified time | relevance | path

Searched defs:AuthProperty (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/security/
Dauth_context.rs118 pub struct AuthProperty<'a> { struct
123 impl<'a> AuthProperty<'a> { implementation
/aosp_15_r20/external/grpc-grpc/doc/
H A Dserver_side_auth.md40 ## AuthProperty section in Server-side API for Authenticating Clients
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/security/
Dauth_context.h35 typedef std::pair<string_ref, string_ref> AuthProperty; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/security/
Dauth_context.h35 typedef std::pair<string_ref, string_ref> AuthProperty; typedef
/aosp_15_r20/external/grpc-grpc/include/grpcpp/security/
H A Dauth_context.h35 typedef std::pair<string_ref, string_ref> AuthProperty; typedef