MCPcopy Index your code
hub / github.com/WebThingsIO/webthing-node / SecurityScheme

Interface SecurityScheme

lib/thing.ts:654–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

652// eslint-disable-next-line @typescript-eslint/no-namespace
653declare namespace Thing {
654 export interface SecurityScheme {
655 '@type'?: string|string[];
656 scheme: string
657 description?: string
658 descriptions?: {[lang: string]: string}
659 proxy?: string
660 }
661
662 export interface ThingDescription {
663 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected