When you arrive back to your callback, you use the oauth_token as a reference to indicate which user youw ere servicing (match it to the user you sent into this process).
The oauth_verifier is a value you’re going to reuse for the next step, making a request to oauth/access_token to exchange the request token for an access token.