Table of Contents

Class DeleteUserBlocksByIdentifierRequestParameters

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

Properties

Identifier

Should be any of a username, phone number, or email.

[JsonIgnore]
public required string Identifier { 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.