mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +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
|
||
|---|---|---|
| .. | ||
| index.d.ts | ||
| react-native-auth0-tests.ts | ||
| tsconfig.json | ||
| tslint.json | ||