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

Interface AuthKey

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

Source from the content-addressed store, hash-verified

1import { apiRequest } from "../client";
2
3export interface AuthKey {
4 id: string;
5 name: string;
6 key: string;
7 isValid: boolean;
8 createdBy: string;
9 createdAt: string;
10 updatedAt: string;
11}
12
13export interface CreateAuthKeyRequest {
14 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected