Represents a security scheme in OpenAPI specification.
optional
description: string
optional
bearerFormat: string
optional
flows: OpenAPIOAuthFlows
optional
openIdConnectUrl: string
Yelix is a powerful web server library built specifically for Deno, leveraging the Hono framework in the background. Including built-in data validation, OpenAPI 3.1 support, and auto-generated backend documentation.
Represents a security scheme in OpenAPI specification.
description: string
bearerFormat: string
flows: OpenAPIOAuthFlows
openIdConnectUrl: string
Add Package
deno add jsr:@murat/yelix
Import symbol
import { type OpenAPISecurityScheme } from "@murat/yelix";
Import directly with a jsr specifier
import { type OpenAPISecurityScheme } from "jsr:@murat/yelix";