()
| 196 | } |
| 197 | |
| 198 | func (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. |
| 206 | func (a *AuthMeta) AttachAuthorizationJwt(ctx context.Context, |
no outgoing calls
no test coverage detected