MCPcopy
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

securityLevelLockedMethod · 0.65
CheckSecurityLevelFunction · 0.65
testLocalCredsE2ESucceedFunction · 0.65
getSecurityLevelFunction · 0.65
NewHTTP2ClientFunction · 0.65

Implementers 3

CommonAuthInfocredentials/credentials.go
testAuthInfocredentials/jwt/token_file_call_creds_
testAuthInfointernal/xds/bootstrap/jwtcreds/call_c

Calls

no outgoing calls

Tested by 3

testLocalCredsE2ESucceedFunction · 0.52
getSecurityLevelFunction · 0.52