Share via


IOpenApiSecurityScheme.Type Property

Definition

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

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

Property Value

Applies to