Table of Contents

Class PatchClientCredentialRequestContent

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

Properties

ExpiresAt

The ISO 8601 formatted date representing the expiration of the credential.

[JsonPropertyName("expires_at")]
public Optional<DateTime?> ExpiresAt { get; set; }

Property Value

Optional<DateTime?>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.