Table of Contents

Class AccountLinkResponse

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

Properties

Connection

The name of the connection for the identity.

[JsonProperty("connection")]
public string Connection { get; set; }

Property Value

string

IsSocial

Indicates whether this is a social connection.

[JsonProperty("isSocial")]
public bool IsSocial { get; set; }

Property Value

bool

ProfileData

The profile data

[JsonProperty("profileData")]
public AccountLinkResponseProfileData ProfileData { get; set; }

Property Value

AccountLinkResponseProfileData

Provider

The type of identity provider.

[JsonProperty("provider")]
public string Provider { get; set; }

Property Value

string

UserId

The unique identifier for the user for the identity.

[JsonProperty("user_id")]
public string UserId { get; set; }

Property Value

string