Changes for page 1. Authorization

Last modified by Giorgi Mdivnishvili on 2024/04/26 15:59

From version 30.2
edited by Giorgi Mdivnishvili
on 2024/04/11 15:35
Change comment: There is no comment for this version
To version 30.1
edited by Giorgi Mdivnishvili
on 2024/04/11 15:34
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -42,9 +42,7 @@
42 42  
43 43  {{code language="Json"}}
44 44  {
45 - "accessToken": "string",
46 - "refreshToken": "string",
47 - "passwordExpired": true
45 + "accessToken": "string"
48 48  }
49 49  {{/code}}
50 50  
... ... @@ -58,13 +58,12 @@
58 58  )))
59 59  
60 60  {{success}}
61 -AuthResponse{
59 +AuthRequest{
62 62  
63 -|accessToken|string
61 +|login|string
64 64  nullable: true
65 -|refreshToken|string
63 +|password|string
66 66  nullable: true
67 -|passwordExpired|boolean
68 68  
69 69  }
70 70  {{/success}}