mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-11 08:04:30 +00:00
Auth0.js support social login by using
webAuth.authorize({
connection: 'twitter'
});
https://auth0.com/docs/libraries/auth0js/v9
but @types/react-native-auth0 stop us to pass it in, so add "connnection" as a legal parameter