mirror of
https://github.com/wso2/open-mcp-auth-proxy.git
synced 2025-06-27 17:13:31 +00:00
7 lines
142 B
Go
7 lines
142 B
Go
package constants
|
|
|
|
// Package constant provides constants for the MCP Auth Proxy
|
|
|
|
const (
|
|
ASGARDEO_BASE_URL = "https://api.asgardeo.io/t/"
|
|
)
|