Happyr\LinkedIn\LinkedInInterface::setAccessToken PHP Method

setAccessToken() public method

If you have stored a previous access token in a storage (database) you could set it here. After setting an access token you have to make sure to verify it is still valid by running LinkedIn::isAuthenticated.
public setAccessToken ( string | Happyr\LinkedIn\AccessToken $accessToken )
$accessToken string | Happyr\LinkedIn\AccessToken
    public function setAccessToken($accessToken);