Uses of Record Class
dev.dokimos.server.dto.v1.CreateApiKeyRequest
Packages that use CreateApiKeyRequest
-
Uses of CreateApiKeyRequest in dev.dokimos.server.controller.v1
Methods in dev.dokimos.server.controller.v1 with parameters of type CreateApiKeyRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CreatedApiKeyView> ApiKeyController.createApiKey(@Valid CreateApiKeyRequest request) Mints a key. -
Uses of CreateApiKeyRequest in dev.dokimos.server.service
Methods in dev.dokimos.server.service with parameters of type CreateApiKeyRequestModifier and TypeMethodDescriptionApiKeyService.create(CreateApiKeyRequest request) Generates a key, stores its hash, and returns the raw key exactly once.