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_OAuth2SecurityScheme.hrl
Raw

include/nori@security_OAuth2SecurityScheme.hrl

-record(o_auth2_security_scheme, {
flows :: nori@security:o_auth_flows(),
description :: gleam@option:option(binary()),
extensions :: gleam@dict:dict(binary(), gleam@json:json())
}).