need to return tokens

This commit is contained in:
Torma Kristóf 2020-11-26 01:05:07 +01:00
parent a13bb75600
commit c83d37b218
1 changed files with 5 additions and 2 deletions

View File

@ -204,10 +204,13 @@ components:
format: url
LoginToken:
required:
- token
- access_token
- refresh_token
type: object
properties:
token:
access_token:
type: string
refresh_token:
type: string
User:
required: