PayPal\Auth\Oauth\MockOAuthDataStore::new_request_token PHP Method

new_request_token() public method

*}}}
public new_request_token ( $consumer, $callback = null )
    function new_request_token($consumer, $callback = null)
    {
        /*{{{*/
        if ($consumer->key == $this->consumer->key) {
            return $this->request_token;
        }
        return null;
    }