flows property

Map<String, APISecuritySchemeOAuth2Flow>? flows
getter/setter pair

An object containing configuration information for the flow types supported.

Fixed keys are implicit, password, clientCredentials and authorizationCode.

For oauth2 only. REQUIRED if so.

Implementation

Map<String, APISecuritySchemeOAuth2Flow>? flows;