oauth2-linkedin
oauth2-linkedin copied to clipboard
LinkedIn Provider for the OAuth 2.0 Client
Results
22
oauth2-linkedin issues
Sort by
recently updated
recently updated
newest added
and remove toArray duplicate from parent
$options = [ 'state' => 'OPTIONAL_CUSTOM_CONFIGURED_STATE', 'scope' => ['r_basicprofile','r_emailaddress'] // array or string ]; $authorizationUrl = $provider->getAuthorizationUrl($options);