Class LinkUserIdentityRequestContent
- Namespace
- Auth0.ManagementApi.Users
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record LinkUserIdentityRequestContent : IEquatable<LinkUserIdentityRequestContent>
- Inheritance
-
LinkUserIdentityRequestContent
- Implements
- Inherited Members
- Extension Methods
Properties
ConnectionId
connection_id of the secondary user account being linked when more than one auth0 database provider exists.
[JsonPropertyName("connection_id")]
public string? ConnectionId { get; set; }
Property Value
LinkWith
JWT for the secondary account being linked. If sending this parameter, provider, user_id, and connection_id must not be sent.
[JsonPropertyName("link_with")]
public string? LinkWith { get; set; }
Property Value
Provider
Identity provider of the secondary user account being linked.
[JsonPropertyName("provider")]
public UserIdentityProviderEnum? Provider { get; set; }
Property Value
UserId
[JsonPropertyName("user_id")]
public UserId? UserId { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.