mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-24 06:24:18 +02:00
22 lines
369 B
Text
22 lines
369 B
Text
---
|
|
title: bearer_env
|
|
sidebarTitle: bearer_env
|
|
---
|
|
|
|
# `fastmcp.server.auth.providers.bearer_env`
|
|
|
|
## Classes
|
|
|
|
### `EnvBearerAuthProviderSettings`
|
|
|
|
|
|
Settings for the BearerAuthProvider.
|
|
|
|
|
|
### `EnvBearerAuthProvider`
|
|
|
|
|
|
A BearerAuthProvider that loads settings from environment variables. Any
|
|
providing setting will always take precedence over the environment
|
|
variables.
|
|
|