Table of Contents

Class GetUserConnectedAccountsRequestParameters

Namespace
Auth0.ManagementApi.Users
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record GetUserConnectedAccountsRequestParameters : IEquatable<GetUserConnectedAccountsRequestParameters>
Inheritance
GetUserConnectedAccountsRequestParameters
Implements
Inherited Members
Extension Methods

Properties

From

Optional Id from which to start selection.

[JsonIgnore]
public Optional<string?> From { get; set; }

Property Value

Optional<string>

Take

Number of results to return. Defaults to 10 with a maximum of 20

[JsonIgnore]
public Optional<int?> Take { get; set; }

Property Value

Optional<int?>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.