AuthenticationMiddleware<TOptions>.Options Property

Gets or sets the authentication options.

Namespace:  Microsoft.Owin.Security.Infrastructure
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

public TOptions Options { get; set; }

Property Value

Type: TOptions
The task that completes the authentication.
Show: