reset_password

Function reset_password 

Source
pub async fn reset_password(
    configuration: &Configuration,
    params: ResetPasswordParams,
) -> Result<PasswordResetResponseSchema, Error<ResetPasswordError>>
Expand description

Reset password with a token. Use /forgot_password to get a token by email.