Table of Contents

Class AccountLinkResponseProfileData

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll
public class AccountLinkResponseProfileData
Inheritance
AccountLinkResponseProfileData
Inherited Members

Properties

Email

The email address for the profile.

[JsonProperty("email")]
public string Email { get; set; }

Property Value

string

EmailVerified

Indicates whether the Email is verified.

[JsonProperty("email_verified")]
public bool EmailVerified { get; set; }

Property Value

bool