Home
last modified time | relevance | path

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

/external/rust/crates/grpcio/src/
Dauth_context.rs118 pub struct AuthProperty<'a> { struct
123 impl<'a> AuthProperty<'a> { argument
/external/grpc-grpc/src/csharp/Grpc.Core/
DAuthProperty.cs31 public class AuthProperty class
37 private AuthProperty(string name, byte[] valueBytes) in AuthProperty() method in Grpc.Core.AuthProperty
/external/grpc-grpc/include/grpcpp/impl/codegen/security/
Dauth_context.h35 typedef std::pair<grpc::string_ref, grpc::string_ref> AuthProperty; typedef
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/security/
Dauth_context.h35 typedef std::pair<string_ref, string_ref> AuthProperty; typedef
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/security/
Dauth_context.h35 typedef std::pair<string_ref, string_ref> AuthProperty; typedef
/external/grpc-grpc/doc/
Dserver_side_auth.md36 ## AuthProperty section in Server-side API for Authenticating Clients