JSL / JMP 17: OAuth apparently generates invalid request
I'm currently trying to obtain an OAuth2 token to authenticate for an external service (Snowflake database), but I'm running into some problems with this. According to the documentation, this is supposed to work:oauth2_token = New OAuth2 Token(
...
User( username ),
Password( password),
Client ID( client_id ),
Client Secret( client_secret ),
Token URL( "http://localhost:8008" ),
Grant Type("pass