I modified electronOauth2(config, windowParams) and added a new parameter customConfig. This argument accepts object. It is then used to append to the request url as query string. I made this request because some APIs require some additional parameters in order to request an authorization code.
New: electronOauth2(config, windowParams, customConfig)
I modified
electronOauth2(config, windowParams)
and added a new parametercustomConfig
. This argument accepts object. It is then used to append to the request url as query string. I made this request because some APIs require some additional parameters in order to request an authorization code. New: electronOauth2(config, windowParams, customConfig)