ReadonlyclientThe OAuth client ID that obtained this token.
Optional ReadonlyexpiresUnix timestamp (seconds since epoch) at which the token expires. Omitted if the token has no expiry.
Optional ReadonlyextraAny additional provider-specific data attached to the token.
Optional ReadonlyresourceThe RFC 8707 resource server identifier for which this token is valid. When set, must match the MCP server's own resource identifier.
ReadonlyscopesScopes granted to this token (e.g. ['read', 'write']).
ReadonlytokenThe raw bearer access token string.
OAuth / token auth information for the current request, sourced from the MCP SDK's
RequestHandlerExtra.authInfo. Only present when the MCP server is configured with an OAuth provider and the client has authenticated.See
RequestCrossLayerProps