Table of Contents

Class DeleteUserGrantByUserIdRequestParameters

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

Properties

UserId

user_id of the grant to delete.

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