Name | Type | Description | Notes |
---|---|---|---|
email_verification_id | Option<String> | [optional] | |
email_verification_one_time_code | Option<String> | [optional] | |
registration_verification_ids | Option<std::collections::HashMap<String, String>> | [optional] | |
registration_verification_one_time_codes | Option<std::collections::HashMap<String, String>> | [optional] | |
token | Option<String> | [optional] | |
token_expiration_instant | Option<i64> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] |
user | Option<models::User> | [optional] |