Add access_token and id_tokens after passwordless exchange

Hi, im trying to set the id_token inside ‘express-openid-connect’ session ‘res.oidc’ so im exchanging the OTP with the JWT tokens and it works fine with the auth0 API but now i need to set the response from the auth0 api inside the res.oidc so the client will receive the session cookie. Like in regular passwordless flow.