Im trying to learn OpenApi, how i can use the spec (openapi.json) to create strongly typed clients and i have some trouble understanding how cookies work.
Fx i would like that my Login endpoint in the Openapi spec defines that it returns an accessToken cookie.
Then for endpoints that requires this token, have i would like the openapi spec that it needs to use this accessToken that exists when sending requsts to api.