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 | |
Per-request authenticator that injects a bearer token. |
| Class | |
Provider that builds TokenAuthenticator instances. |
| Constant | HEADER |
The metadata header used for the bearer token ("authorization"). |