NOTION_OAUTH_CONFIG
constNOTION_OAUTH_CONFIG:object
Defined in: src/lib/auth/notion-primitives.ts:21Â
Well-known Notion MCP OAuth endpoints (fallback values).
Type Declaration
authorizationEndpoint
readonlyauthorizationEndpoint:"https://api.notion.com/v1/oauth/authorize"="https://api.notion.com/v1/oauth/authorize"
Fallback authorization endpoint.
mcpBase
readonlymcpBase:"https://mcp.notion.com"="https://mcp.notion.com"
Base URL for the Notion MCP server.
registrationEndpoint
readonlyregistrationEndpoint:"https://api.notion.com/v1/oauth/register"="https://api.notion.com/v1/oauth/register"
Fallback dynamic client registration endpoint (RFC 7591).
tokenEndpoint
readonlytokenEndpoint:"https://api.notion.com/v1/oauth/token"="https://api.notion.com/v1/oauth/token"
Fallback token endpoint.
Last updated on