mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
parent
4f415892b1
commit
006ba4425f
@ -24,7 +24,7 @@ export type LinkedInLoginScopes = 'r_basicprofile' | 'r_emailaddress' | 'rw_comp
|
|||||||
* // login
|
* // login
|
||||||
* const scopes = ['r_basicprofile', 'r_emailaddress', 'rw_company_admin', 'w_share'];
|
* const scopes = ['r_basicprofile', 'r_emailaddress', 'rw_company_admin', 'w_share'];
|
||||||
* this.linkedin.login(scopes, true)
|
* this.linkedin.login(scopes, true)
|
||||||
* .then(() => console.log('Logged in!')
|
* .then(() => console.log('Logged in!'))
|
||||||
* .catch(e => console.log('Error logging in', e));
|
* .catch(e => console.log('Error logging in', e));
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user