MCPcopy Create free account
hub / github.com/SwishHQ/spread / CreateAuthKeyRequest

Interface CreateAuthKeyRequest

web/src/api/services/authKeyService.ts:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13export interface CreateAuthKeyRequest {
14 name: string;
15}
16
17export interface CreateAuthKeyResponse {
18 data: string; // The generated auth key string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected