Skip to content

Instantly share code, notes, and snippets.

View arnovdw's full-sized avatar

Arno Van de Weyer arnovdw

View GitHub Profile
{
"client_name": "gtm-pulse-cli",
"redirect_uris": ["http://localhost:8765/callback"],
"grant_types": ["authorization_code", "refresh_token"],
"response_types": ["code"],
"scope": "projects:create projects:read projects:write workspaces:read offline openid",
"token_endpoint_auth_method": "none"
}