OpenApiSecurityScheme.Flows Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
REQUIRED. An object containing configuration information for the flow types supported.
public Microsoft.OpenApi.Models.OpenApiOAuthFlows Flows { get; set; }
member this.Flows : Microsoft.OpenApi.Models.OpenApiOAuthFlows with get, set
Public Property Flows As OpenApiOAuthFlows