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
IsSocial
Indicates whether this is a social connection.
[JsonProperty("isSocial")]
public bool IsSocial { get; set; }
Property Value
ProfileData
The profile data
[JsonProperty("profileData")]
public AccountLinkResponseProfileData ProfileData { get; set; }
Property Value
Provider
The type of identity provider.
[JsonProperty("provider")]
public string Provider { get; set; }
Property Value
UserId
The unique identifier for the user for the identity.
[JsonProperty("user_id")]
public string UserId { get; set; }