Happyr\LinkedIn\LinkedInInterface::getLoginUrl PHP Метод

getLoginUrl() публичный Метод

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
Результат string The URL for the login flow
    public function getLoginUrl($options = []);