Class ListRefreshTokensRequestParameters
- Namespace
- Auth0.ManagementApi.Users
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record ListRefreshTokensRequestParameters : IEquatable<ListRefreshTokensRequestParameters>
- Inheritance
-
ListRefreshTokensRequestParameters
- Implements
- Inherited Members
- Extension Methods
Properties
From
An optional cursor from which to start the selection (exclusive).
[JsonIgnore]
public Optional<string?> From { get; set; }
Property Value
Take
Number of results per page. Defaults to 50.
[JsonIgnore]
public Optional<int?> Take { 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.