Class CreateApiKeyResponse
Response after creating an API key (contains the full key).
public sealed class CreateApiKeyResponse
- Inheritance
-
CreateApiKeyResponse
- Inherited Members
Properties
CreatedAt
public required DateTimeOffset CreatedAt { get; init; }
Property Value
ExpiresAt
public DateTimeOffset? ExpiresAt { get; init; }
Property Value
Key
public required string Key { get; init; }
Property Value
Name
public required string Name { get; init; }
Property Value
Role
public required string Role { get; init; }