Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ GetCommonAuthInfo
Method
GetCommonAuthInfo
test/local_creds_test.go:57–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
type
internalInfo
interface
{
57
GetCommonAuthInfo() credentials.CommonAuthInfo
58
}
59
var
secLevel credentials.SecurityLevel
60
if
info, ok := (pr.AuthInfo).(internalInfo); ok {
Callers
6
securityLevelLocked
Method · 0.65
CheckSecurityLevel
Function · 0.65
getSecurityLevelFromAuthInfo
Function · 0.65
testLocalCredsE2ESucceed
Function · 0.65
getSecurityLevel
Function · 0.65
NewHTTP2Client
Function · 0.65
Implementers
3
CommonAuthInfo
credentials/credentials.go
testAuthInfo
credentials/jwt/token_file_call_creds_
testAuthInfo
internal/xds/bootstrap/jwtcreds/call_c
Calls
no outgoing calls
Tested by
3
getSecurityLevelFromAuthInfo
Function · 0.52
testLocalCredsE2ESucceed
Function · 0.52
getSecurityLevel
Function · 0.52