Table of Contents

Class RevokeUserAccessRequestContent

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

Properties

PreserveRefreshTokens

Whether to preserve the refresh tokens associated with the session.

[JsonPropertyName("preserve_refresh_tokens")]
public bool? PreserveRefreshTokens { get; set; }

Property Value

bool?

SessionId

ID of the session to revoke.

[JsonPropertyName("session_id")]
public string? SessionId { 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.