Packages

OpenAPI code generation for Gleam — parse specs, generate types, routes, clients, and React Query/SWR hooks

Current section

Files

Jump to
nori include nori@security_HttpSecurityScheme.hrl
Raw

include/nori@security_HttpSecurityScheme.hrl

-record(http_security_scheme, {
scheme :: binary(),
bearer_format :: gleam@option:option(binary()),
description :: gleam@option:option(binary()),
extensions :: gleam@dict:dict(binary(), gleam@json:json())
}).