Class AccountLinkResponseProfileData
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
public class AccountLinkResponseProfileData
- Inheritance
-
AccountLinkResponseProfileData
- Inherited Members
Properties
The email address for the profile.
[JsonProperty("email")]
public string Email { get; set; }
Property Value
EmailVerified
Indicates whether the Email is verified.
[JsonProperty("email_verified")]
public bool EmailVerified { get; set; }