Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiKeyEntryData ¶
type ApiKeyEntryData struct {
ClientName string `json:"clientName"` // Client information for which the public key is generated (required)
Expiration time.Duration `json:"expiration"` // Expiration specifies the duration until the API key expires (optional).
ClientId string `json:"clientId"` // ClientId represents the unique identifier for the client associated with the API key entry (required).
}
Click to show internal directories.
Click to hide internal directories.