{
"object": "oauth_application",
"id": "oa_xxx",
"instance_id": "ins_xxx",
"name": "Your App Name",
"client_id": "your_client_id",
"client_secret": "your_client_secret",
"public": false,
"scopes": "email profile",
"callback_url": "https://your-domain.com/oauth2/callback",
"authorize_url": "https://clerk.coloop.ai/oauth/authorize",
"token_fetch_url": "https://clerk.coloop.ai/oauth/token",
"user_info_url": "https://clerk.coloop.ai/oauth/userinfo",
"discovery_url": "https://clerk.coloop.ai/.well-known/openid-configuration",
"created_at": 1234567890123,
"updated_at": 1234567890123
}