google.golang.org/grpc/credentials.CommonAuthInfo.SecurityLevel (field)
8 uses
google.golang.org/grpc/credentials (current package)
credentials.go#L91: SecurityLevel SecurityLevel
credentials.go#L242: if ci.GetCommonAuthInfo().SecurityLevel == Invalid {
credentials.go#L245: if ci.GetCommonAuthInfo().SecurityLevel < level {
credentials.go#L246: return fmt.Errorf("requires SecurityLevel %v; connection has %v", level, ci.GetCommonAuthInfo().SecurityLevel)
tls.go#L103: SecurityLevel: PrivacyAndIntegrity,
tls.go#L122: SecurityLevel: PrivacyAndIntegrity,
google.golang.org/grpc/credentials/alts/internal/authinfo
authinfo.go#L53: CommonAuthInfo: credentials.CommonAuthInfo{SecurityLevel: credentials.PrivacyAndIntegrity},
google.golang.org/grpc/internal/transport
handler_server.go#L369: pr.AuthInfo = credentials.TLSInfo{State: *req.TLS, CommonAuthInfo: credentials.CommonAuthInfo{SecurityLevel: credentials.PrivacyAndIntegrity}}
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |