Current section

Files

Jump to
oaspec include oaspec@internal@openapi@spec_OAuth2Scheme.hrl
Raw

include/oaspec@internal@openapi@spec_OAuth2Scheme.hrl

-record(o_auth2_scheme, {
description :: gleam@option:option(binary()),
flows :: gleam@dict:dict(binary(), oaspec@internal@openapi@spec:o_auth2_flow())
}).