openvidu/backend/openapi/components/headers/set-cookie-access-token.yaml

7 lines
234 B
YAML

description: >
The cookie containing the access token.
This cookie is used to authenticate the user in subsequent requests.
schema:
type: string
example: 'OvMeetAccessToken=token_123456; Path=/; HttpOnly; SameSite=Strict'