Home
last modified time | relevance | path

Searched defs:AuthContext (Results 1 – 13 of 13) 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.cc202 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/rust/crates/rusqlite/src/
Dhooks.rs44 pub struct AuthContext<'c> { struct
46 pub action: AuthAction<'c>,
49 pub database_name: Option<&'c str>,
53 pub accessor: Option<&'c str>,
/external/openscreen/cast/sender/public/
Dsender_socket_factory.h24 class AuthContext; variable
/external/rust/crates/grpcio/src/call/
Dserver.rs197 fn auth_context(&self) -> Option<AuthContext> { in auth_context()
672 pub fn auth_context(&self) -> Option<AuthContext> { in auth_context()
/external/sqlite/dist/orig/
Dsqlite3.c14617 typedef struct AuthContext AuthContext; typedef
19041 struct AuthContext { struct
19042 const char *zAuthContext; /* Put saved Parse.zAuthContext here */ argument
19043 Parse *pParse; /* The Parse structure */
/external/sqlite/dist/
Dsqlite3.c14617 typedef struct AuthContext AuthContext; typedef
19041 struct AuthContext { struct
19042 const char *zAuthContext; /* Put saved Parse.zAuthContext here */ argument
19043 Parse *pParse; /* The Parse structure */
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c14776 typedef struct AuthContext AuthContext; typedef
19032 struct AuthContext { struct
19033 const char *zAuthContext; /* Put saved Parse.zAuthContext here */ argument
19034 Parse *pParse; /* The Parse structure */