Skip to content

MCPAuthType

Example Usage

typescript
import { MCPAuthType } from "@meetkai/mka1/models/components";

let value: MCPAuthType = "bearer";

Values

typescript
"bearer" | "authorization" | "headers" | "none"