all repos

onasty @ eab9b2ccfb37b6dac1c99ff93098fbf505a47f5a

a one-time notes service

onasty/api/components/schemas/JwtTokens.yml (view raw)

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
api: add openapi docs (#181)..., 9 months ago
1
type: object
2
properties:
3
  access_token:
4
    type: string
5
    example: "jwt.token.string"
6
7
  refresh_token:
8
    type: string
9
    example: "refresh-token"