DefinitelyTyped/types/react-native-auth0
LinChen e1a31cd549
[chen] make webAuth support social login
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
2018-06-09 21:24:20 +08:00
..
index.d.ts
react-native-auth0-tests.ts
tsconfig.json
tslint.json