This document explains how to handle JSON Web Tokens via both HTTP and gRPC.
Authorization header.
Authorization HeaderAuthorization header is required.
It must be provided in the form Authorization: JWT <jwt>.
The following examples illustrate this in the context of various programming languages:
authorization metadata key should be supplied with a single string JWT <jwt> to any RPC calls.