FastestMCP.Client.OAuth.TokenStore.Memory (fastest_mcp v0.2.0)

Copy Markdown View Source

Per-client in-memory OAuth token store.

This is the default store and is intentionally non-durable. Applications that need tokens across restarts should configure their own encrypted FastestMCP.Client.OAuth.TokenStore implementation.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(arg)

Returns a specification to start this module under a supervisor.

See Supervisor.