Skip to main content

Module auth

Module auth 

Source

Structs§

BasicAuthProvider
A TokenProvider that authenticates using HTTP Basic Auth.
StaticTokenProvider
A TokenProvider that always returns the same static bearer token.

Traits§

TokenProvider
Provides an Authorization header value for each outgoing gRPC call.