Dependencies
Configuration
Static token
Profile-based auth
Custom token strategy
Implementget_token() when the application owns token caching, refresh, or
request-scoped OBO credentials. It may return a string or an awaitable string.
Config Reference
Notes
- Supports both read and write mount modes (
MountMode.READ/MountMode.WRITE). - Credentials are supplied separately through a token provider and are never serialized.
root_pathis normalized and cannot contain...