RestApiSecurityRequirement.Add Method
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.
Adds the specified security scheme to the RestApiSecurityRequirement.
public void Add(Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme key, System.Collections.Generic.IList<string> value);
member this.Add : Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme * System.Collections.Generic.IList<string> -> unit
Public Sub Add (key As RestApiSecurityScheme, value As IList(Of String))
Parameters
The security scheme to add.