Table of Contents

Class RotateApiKeyResponse

Namespace
JD.AI.Dashboard.Wasm.Models
Assembly
JD.AI.Dashboard.Wasm.dll

Response after rotating an API key.

public sealed class RotateApiKeyResponse
Inheritance
RotateApiKeyResponse
Inherited Members

Properties

NewKey

public required string NewKey { get; init; }

Property Value

string

OldKey

public required string OldKey { get; init; }

Property Value

string

RotatedAt

public required DateTimeOffset RotatedAt { get; init; }

Property Value

DateTimeOffset