RestApiSecurityRequirement.Remove(RestApiSecurityScheme) 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.
Removes the security scheme with the specified key from the RestApiSecurityRequirement.
public bool Remove(Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme key);
member this.Remove : Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme -> bool
Public Function Remove (key As RestApiSecurityScheme) As Boolean
Parameters
The security scheme to remove.