MCPcopy
hub / github.com/dgraph-io/dgraph / GetHeader

Method GetHeader

graphql/authorization/auth.go:198–203  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

196}
197
198func (a *AuthMeta) GetHeader() string {
199 if a == nil {
200 return ""
201 }
202 return a.Header
203}
204
205// AttachAuthorizationJwt adds any incoming JWT authorization data into the grpc context metadata.
206func (a *AuthMeta) AttachAuthorizationJwt(ctx context.Context,

Callers 2

sendWebhookEventFunction · 0.80
GetBodyForLambdaFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected