{
  "issuer": "https://agents.securelend.ai",
  "authorization_endpoint": "https://agents.securelend.ai/oauth/authorize",
  "token_endpoint": "https://agents.securelend.ai/oauth/token",
  "registration_endpoint": "https://agents.securelend.ai/oauth/register",
  "m2m_registration_endpoint": "https://agents.securelend.ai/oauth/m2m/register",
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "none"
  ],
  "scopes_supported": [
    "openid",
    "email",
    "profile"
  ],
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token",
    "client_credentials"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ]
}
