PayPal\Auth\Oauth\OAuthDataStore::new_access_token PHP Method

new_access_token() public method

public new_access_token ( $token, $consumer, $verifier = null )
    function new_access_token($token, $consumer, $verifier = null)
    {
        // return a new access token attached to this consumer
        // for the user associated with this token if the request token
        // is authorized
        // should also invalidate the request token
    }