Class UserAttributes
public class UserAttributes
- Inheritance
-
UserAttributes
- Derived
- Inherited Members
Properties
Data
A custom data object for user_metadata that a user can modify.Can be any JSON.
[JsonProperty("data")]
public Dictionary<string, object> Data { get; set; }
Property Value
[JsonProperty("email")]
public string? Email { get; set; }
Property Value
EmailChangeToken
[JsonProperty("email_change_token")]
public string? EmailChangeToken { get; set; }
Property Value
Nonce
[JsonProperty("nonce")]
public string? Nonce { get; set; }
Property Value
Password
[JsonProperty("password")]
public string? Password { get; set; }
Property Value
Phone
[JsonProperty("phone")]
public string? Phone { get; set; }