MCPcopy Create free account
hub / github.com/ChurchApps/B1Admin / ApiKeyInterface

Interface ApiKeyInterface

src/settings/components/DeveloperSection.tsx:13–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11import { WebhooksSection } from "./WebhooksSection";
12
13export interface ApiKeyInterface {
14 id?: string;
15 name?: string;
16 prefix?: string;
17 scopes?: string;
18 lastUsedAt?: Date;
19 expiresAt?: Date;
20 createdAt?: Date;
21 key?: string; // raw key — returned only on creation
22}
23
24export interface ConnectionInterface {
25 id?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected