Skip to content

Instantly share code, notes, and snippets.

View eomjs's full-sized avatar

Jaesung eomjs

View GitHub Profile
@eomjs
eomjs / cimd-client-metadata.json
Created April 22, 2026 19:07
fusion-cli CIMD client metadata (OAuth 2.1 public client)
{
"client_name": "fusion-cli",
"client_uri": "https://git.autodesk.com/eomj/fusion-cli",
"redirect_uris": [
"http://127.0.0.1/callback",
"http://localhost/callback"
],
"grant_types": ["authorization_code", "refresh_token"],
"response_types": ["code"],
"token_endpoint_auth_method": "none",