Share via


IOpenApiSecurityScheme.In Property

Definition

REQUIRED. The location of the API key. Valid values are "query", "header" or "cookie".

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

Property Value

Applies to