Store for access tokens, keyed by the MCP server each is bound to.
| Methods | ||
|---|---|---|
public
|
read(string $resource): ?AccessToken
|
# |
public
|
write(string $resource, AccessToken $token): void
|
# |
public
|
forget(string $resource): void
|
# |