MCPcopy
hub / github.com/grpc/grpc-go / testAuthInfo

Struct testAuthInfo

credentials/jwt/token_file_call_creds_test.go:193–195  ·  view source on GitHub ↗

testAuthInfo implements credentials.AuthInfo for testing.

Source from the content-addressed store, hash-verified

191
192// testAuthInfo implements credentials.AuthInfo for testing.
193type testAuthInfo struct {
194 secLevel credentials.SecurityLevel
195}
196
197func (t *testAuthInfo) AuthType() string {
198 return "test"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected