Table of Contents

Class Identity

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

This must be provided to verify primary social, enterprise and passwordless email identities. Also, is needed to verify secondary identities.

[Serializable]
public record Identity : IJsonOnDeserialized, IEquatable<Identity>
Inheritance
Identity
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

ConnectionId

connection_id of the identity.

[JsonPropertyName("connection_id")]
public string? ConnectionId { get; set; }

Property Value

string

Provider

[JsonPropertyName("provider")]
public required IdentityProviderEnum Provider { get; set; }

Property Value

IdentityProviderEnum

UserId

user_id of the identity to be verified.

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

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.