How to specify auth method in OpenAPI specification

How do I specify my securitySchema in my OpenAPI specification when using better-auth? Specifically if I'm using the standard session-based auth and/or JWT tokens? I assume that I should use something here: https://swagger.io/docs/specification/v3_0/authentication/cookie-authentication/, but I don't know what to specify in the cookie name.
Was this page helpful?