Holds the access tokens a client has obtained, keyed by the MCP server each token is bound to. The issuer that minted a token travels on the token itself. Implementations are responsible for storing tokens confidentially.
| Methods | ||
|---|---|---|
public
|
read(string $resource): ?AccessToken
|
# |
public
|
write(string $resource, AccessToken $token): void
|
# |
public
|
forget(string $resource): void
|
# |