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