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

Struct jwtAccess

credentials/oauth/oauth.go:70–72  ·  credentials/oauth/oauth.go::jwtAccess

Source from the content-addressed store, hash-verified

68}
69
70type jwtAccess struct {
71 jsonKey []byte
72}
73
74// NewJWTAccessFromFile creates PerRPCCredentials from the given keyFile.
75func NewJWTAccessFromFile(keyFile string) (credentials.PerRPCCredentials, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected