{
  "issuer": "https://accounts.google.com",
  "authorization_endpoint": "https://accounts.google.com/o/oauth2/v2/auth",
  "token_endpoint": "https://oauth2.googleapis.com/token",
  "jwks_uri": "https://www.googleapis.com/oauth2/v3/certs",
  "response_types_supported": [
    "code",
    "id_token",
    "token"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token"
  ],
  "scopes_supported": [
    "openid",
    "email",
    "profile"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post"
  ],
  "service_documentation": "https://asystio.pl/warunki-api",
  "asystio_profile": {
    "status": "public-discovery",
    "note": "Asystio public discovery endpoints are unauthenticated. Protected SaaS application APIs are Firebase-backed and tenant-scoped; this document is for agent discovery, not an invitation to bypass the app login flow.",
    "firebase_project_id": "able-reef-469820-j3",
    "firebase_token_issuer": "https://securetoken.google.com/able-reef-469820-j3"
  }
}