Class ListUserConnectedAccountsResponseContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record ListUserConnectedAccountsResponseContent : IJsonOnDeserialized, IEquatable<ListUserConnectedAccountsResponseContent>
- Inheritance
-
ListUserConnectedAccountsResponseContent
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
ConnectedAccounts
[JsonPropertyName("connected_accounts")]
public IEnumerable<ConnectedAccount> ConnectedAccounts { get; set; }
Property Value
Next
The token to retrieve the next page of connected accounts (if there is one)
[JsonPropertyName("next")]
public string? Next { 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.