propelauth 0.23.4

A Rust crate for managing authentication and authorization with support for multi-tenant / B2B products, powered by PropelAuth
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# BadMigrateUserRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email** | Option<**Vec<String>**> |  | [optional]
**existing_user_id** | Option<**Vec<String>**> |  | [optional]
**existing_password_hash** | Option<**Vec<String>**> |  | [optional]
**existing_mfa_base32_encoded_secret** | Option<**Vec<String>**> |  | [optional]
**username** | Option<**Vec<String>**> |  | [optional]
**first_name** | Option<**Vec<String>**> |  | [optional]
**last_name** | Option<**Vec<String>**> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)