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

7 lines
257 B
YAML

description: >
The cookie containing the refresh token.
This cookie is used to refresh the access token when it expires.
schema:
type: string
example: 'OvMeetRefreshToken=token_123456; Path=/meet/internal-api/v1/auth; HttpOnly; SameSite=Strict'