module documentation

Token-based authenticators and providers.

This module provides a small concrete implementation of the authorization interfaces that fetches bearer tokens from a token provider and injects them into request metadata.

Class TokenAuthenticator Per-request authenticator that injects a bearer token.
Class TokenProvider Provider that builds TokenAuthenticator instances.
Constant HEADER The metadata header used for the bearer token ("authorization").

The metadata header used for the bearer token ("authorization").

Value
'authorization'