Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OAuth1Provider and OAuth2Provider is undefined #73

Open
devmiyax opened this issue Nov 23, 2019 · 1 comment
Open

OAuth1Provider and OAuth2Provider is undefined #73

devmiyax opened this issue Nov 23, 2019 · 1 comment

Comments

@devmiyax
Copy link

Hi,

I'm trying to use your electron-oauth-helper referring your example.
But OAuth1Provider and OAuth2Provider is always undefined with this code.

const { 
  OAuth1Provider, 
  OAuth2Provider 
} = require("electron").remote.require("electron-oauth-helper")

Any help?

@Nicholaiii
Copy link

I find that this works:

const OAuth2Provider = require('electron-oauth-helper/dist/oauth2').default

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants