Skip to content
Snippets Groups Projects
Commit 2a643b72 authored by Taras's avatar Taras
Browse files

Add new change password api

parent 12300790
No related branches found
No related tags found
No related merge requests found
......@@ -36,4 +36,8 @@ internal interface AccountAPI {
*/
@POST(NetworkConstants.URI_API_PREFIX_PATH_R0 + "account/deactivate")
suspend fun deactivate(@Body params: DeactivateAccountParams)
//Added to handle reAuth uia stages
@POST(NetworkConstants.URI_API_PREFIX_PATH_R0 + "account/auth")
suspend fun changePasswordUIA(@Body params: ChangePasswordUIAParams)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment