Table of Contents

Class ChangePasswordTicketIdentity

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

The user's identity. If you set this value, you must also send the user_id parameter.

[Serializable]
public record ChangePasswordTicketIdentity : IJsonOnDeserialized, IEquatable<ChangePasswordTicketIdentity>
Inheritance
ChangePasswordTicketIdentity
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 IdentityProviderOnlyAuth0Enum Provider { get; set; }

Property Value

IdentityProviderOnlyAuth0Enum

UserId

user_id of the identity.

[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.