Class ClientCredentialUpdateRequest
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Structure for updating a client credential
public class ClientCredentialUpdateRequest
- Inheritance
-
ClientCredentialUpdateRequest
- Inherited Members
Properties
ExpiresAt
The date representing the expiration of the credential. If not specified (not recommended), the credential never expires.
[JsonProperty("expires_at")]
public DateTime ExpiresAt { get; set; }