propelauth 0.23.4

A Rust crate for managing authentication and authorization with support for multi-tenant / B2B products, powered by PropelAuth
Documentation
# UserMetadata

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**user_id** | **String** |  | 
**email** | **String** |  | 
**email_confirmed** | **bool** |  | 
**has_password** | **bool** |  | 
**username** | Option<**String**> |  | [optional]
**first_name** | Option<**String**> |  | [optional]
**last_name** | Option<**String**> |  | [optional]
**picture_url** | Option<**String**> |  | [optional]
**locked** | **bool** |  | 
**enabled** | **bool** |  | 
**mfa_enabled** | **bool** |  | 
**created_at** | **i64** |  | 
**last_active_at** | **i64** |  | 
**org_id_to_org_info** | Option<[**::std::collections::HashMap<String, crate::models::UserInOrg>**]UserInOrg.md> |  | [optional]
**legacy_user_id** | Option<**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)