Webiny\Component\OAuth2\Server\LinkedIn::getAccessTokenUrl PHP Method

getAccessTokenUrl() public method

Returns the path to the page where we request the access token.
public getAccessTokenUrl ( ) : string
return string Url to access token page.
    public function getAccessTokenUrl()
    {
        return self::API_ACCESS_TOKEN;
    }