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

17 lines
570 B
YAML

description: Successfully refreshed the access token
# headers:
# Set-Cookie:
# $ref: '../../headers/set-cookie-access-token.yaml'
content:
application/json:
schema:
type: object
properties:
message:
type: string
example: Access token for user 'admin' successfully refreshed
accessToken:
type: string
description: >
The new access token to authenticate the user in subsequent requests.