pub async fn auth_reset_password_with_token(
configuration: &Configuration,
auth_reset_password_with_token_request: AuthResetPasswordWithTokenRequest,
) -> Result<(), Error<AuthResetPasswordWithTokenError>>Expand description
Complete the forgot password flow, resetting the new password in exchange for an emailed token.