Type Alias: MCPAuthConfig
type MCPAuthConfig =
| AuthServerModeConfig
| ResourceServerModeConfig;
Config for the MCPAuth class, supporting either a single legacy authorization server
or the resource server
configuration.
type MCPAuthConfig =
| AuthServerModeConfig
| ResourceServerModeConfig;
Config for the MCPAuth class, supporting either a single legacy authorization server
or the resource server
configuration.