Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias SecuritySchemeType
import { type SecuritySchemeType } from "https://deno.land/x/openbox@1.1.8/types/openapi_spec.ts";
definition:
| "apiKey"
| "http"
| "oauth2"
| "openIdConnect"