Auth
change_password(zucp, request, credentials)
async
Change password
Source code in mycxo/boxtalk/routes/api/auth/route.py
158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 | |
login(authRequest)
async
Login to the API.
Source code in mycxo/boxtalk/routes/api/auth/route.py
44 45 46 47 48 49 50 51 52 53 54 55 | |
reset_password(zurp)
async
Reset password
Source code in mycxo/boxtalk/routes/api/auth/route.py
144 145 146 147 148 149 150 151 152 153 154 155 | |