Changes for page 1. Authorization
Last modified by Giorgi Mdivnishvili on 2024/04/26 15:59
From version 30.1
edited by Giorgi Mdivnishvili
on 2024/04/11 15:34
on 2024/04/11 15:34
Change comment:
There is no comment for this version
To version 30.2
edited by Giorgi Mdivnishvili
on 2024/04/11 15:35
on 2024/04/11 15:35
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -42,7 +42,9 @@ 42 42 43 43 {{code language="Json"}} 44 44 { 45 - "accessToken": "string" 45 + "accessToken": "string", 46 + "refreshToken": "string", 47 + "passwordExpired": true 46 46 } 47 47 {{/code}} 48 48 ... ... @@ -56,12 +56,13 @@ 56 56 ))) 57 57 58 58 {{success}} 59 -AuthRe quest{61 +AuthResponse{ 60 60 61 -| login|string63 +|accessToken|string 62 62 nullable: true 63 -| password|string65 +|refreshToken|string 64 64 nullable: true 67 +|passwordExpired|boolean 65 65 66 66 } 67 67 {{/success}}