Home
last modified time | relevance | path

Searched defs:AuthContext (Results 1 – 12 of 12) sorted by relevance

/external/rust/crates/grpcio/src/
Dauth_context.rs26 pub struct AuthContext { struct
30 /// Binding to gRPC Core AuthContext argument
31 impl AuthContext { impl
71 impl<'a> IntoIterator for &'a AuthContext { implementation
88 impl Drop for AuthContext { implementation
/external/grpc-grpc/doc/
Dserver_side_auth.md6 ## AuthContext section in Server-side API for Authenticating Clients
16 #### Example AuthContext contents
/external/grpc-grpc/src/csharp/Grpc.Core/
DAuthContext.cs33 public class AuthContext class
43 …internal AuthContext(string peerIdentityPropertyName, Dictionary<string, List<AuthProperty>> prope… in AuthContext() method in Grpc.Core.AuthContext
DServerCallContext.cs203 public AuthContext AuthContext property in Grpc.Core.ServerCallContext
/external/openscreen/cast/sender/channel/
Dmessage_util.h15 class AuthContext; variable
Dcast_auth_util.cc173 AuthContext::AuthContext(const std::string& nonce) : nonce_(nonce) {} in AuthContext() function in openscreen::cast::AuthContext
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DAuthContextSafeHandle.cs102 public IntPtr AuthContext; field
/external/openscreen/cast/sender/public/
Dsender_socket_factory.h23 class AuthContext; variable
/external/rust/crates/grpcio/src/call/
Dserver.rs197 fn auth_context(&self) -> Option<AuthContext> { in auth_context()
663 pub fn auth_context(&self) -> Option<AuthContext> { in auth_context()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c14660 typedef struct AuthContext AuthContext; typedef
18824 struct AuthContext { struct
18825 const char *zAuthContext; /* Put saved Parse.zAuthContext here */ argument
18826 Parse *pParse; /* The Parse structure */
/external/sqlite/dist/orig/
Dsqlite3.c14632 typedef struct AuthContext AuthContext; typedef
18791 struct AuthContext { struct
18792 const char *zAuthContext; /* Put saved Parse.zAuthContext here */ argument
18793 Parse *pParse; /* The Parse structure */
/external/sqlite/dist/
Dsqlite3.c14632 typedef struct AuthContext AuthContext; typedef
18791 struct AuthContext { struct
18792 const char *zAuthContext; /* Put saved Parse.zAuthContext here */ argument
18793 Parse *pParse; /* The Parse structure */