Class RotateApiKeyResponse
Response after rotating an API key.
public sealed class RotateApiKeyResponse
- Inheritance
-
RotateApiKeyResponse
- Inherited Members
Properties
NewKey
public required string NewKey { get; init; }
Property Value
OldKey
public required string OldKey { get; init; }
Property Value
RotatedAt
public required DateTimeOffset RotatedAt { get; init; }