OpenApiFunctionExecutionParameters.AuthCallback Property
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.
Callback for adding authentication data to HTTP requests.
public Microsoft.SemanticKernel.Plugins.OpenApi.AuthenticateRequestAsyncCallback? AuthCallback { get; set; }
member this.AuthCallback : Microsoft.SemanticKernel.Plugins.OpenApi.AuthenticateRequestAsyncCallback with get, set
Public Property AuthCallback As AuthenticateRequestAsyncCallback