OAuth no longer uses API Keys and Passwords. In your OAuth response you'll redeem a code to retrieve the access token that you then include in your API requests.
You include the token by adding the header X-Shopify-Access-Token and setting it to the value of the token you retrieved.