Class RotateApiKeyResponse
public sealed record RotateApiKeyResponse : IEquatable<RotateApiKeyResponse>
- Inheritance
-
RotateApiKeyResponse
- Implements
- 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; }