Share via


OpenApiSecurityScheme.Type Property

Definition

REQUIRED. The type of the security scheme. Valid values are "apiKey", "http", "oauth2", "openIdConnect".

public Microsoft.OpenApi.SecuritySchemeType? Type { get; set; }
member this.Type : Nullable<Microsoft.OpenApi.SecuritySchemeType> with get, set
Public Property Type As Nullable(Of SecuritySchemeType)

Property Value

Applies to