Auth0 with external backend

Hey, we have an external backend service where we store users’ data, all of our data fetching is done through async actions in redux toolkit (we use next.js). Our backend dev told me that I should intercept following data (code, state, nonce, redirect_uri) and pass it to backend in order to create account or login. Does anyone know where I could get this data from?