Skip to main content

Module auth

Module auth 

Source
Expand description

Authentication strategies for HTTP bootstrap requests.

Structs§

OAuth2TokenProvider
OAuth2 token provider with caching.

Enums§

ResolvedAuth
Resolved authentication that can be applied to requests.

Functions§

apply_auth
Apply resolved authentication to a request builder.
resolve_auth
Resolve an AuthConfig into a ResolvedAuth by reading environment variables.