Happyr\LinkedIn\LinkedInInterface::getLoginUrl PHP Method

getLoginUrl() public method

The options: - redirect_uri: the url to go to after a successful login - scope: comma (or space) separated list of requested extended permissions
public getLoginUrl ( array $options = [] ) : string
$options array Provide custom parameters
return string The URL for the login flow
    public function getLoginUrl($options = []);