openvidu/backend/openapi/components/responses/internal/success-generate-participant-token.yaml

14 lines
401 B
YAML

description: Successfully generated the participant token
headers:
Set-Cookie:
$ref: '../../headers/set-cookie-participant-token.yaml'
content:
application/json:
schema:
type: object
properties:
token:
type: string
description: >
The token to authenticate the participant.