17 lines
458 B
YAML
17 lines
458 B
YAML
description: Successfully logged out
|
|
headers:
|
|
Set-Cookie:
|
|
description: >
|
|
Clears the access and refresh token cookie.
|
|
schema:
|
|
type: string
|
|
example: 'OvMeetAccessToken=; Path=/; HttpOnly; SameSite=Strict'
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: object
|
|
properties:
|
|
message:
|
|
type: string
|
|
example: 'Logout successful'
|