Home
last modified time | relevance | path

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

/third_party/grpc/doc/
Dserver_side_auth.md7 ## AuthContext section in Server-side API for Authenticating Clients
17 #### Example AuthContext contents
/third_party/grpc/src/csharp/Grpc.Core.Api/
DAuthContext.cs32 public class AuthContext class
42 …public AuthContext(string peerIdentityPropertyName, Dictionary<string, List<AuthProperty>> propert… in AuthContext() method in Grpc.Core.AuthContext
DServerCallContext.cs117 public AuthContext AuthContext => AuthContextCore; field in Grpc.Core.ServerCallContext
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DAuthContextSafeHandle.cs102 public IntPtr AuthContext; field
/third_party/sqlite/src/
Dsqlite3.c14326 typedef struct AuthContext AuthContext; typedef
18681 struct AuthContext { struct
18682 const char *zAuthContext; /* Put saved Parse.zAuthContext here */ argument
18683 Parse *pParse; /* The Parse structure */