EventResultState Enum¶
- Namespace
Microsoft.AspNetCore.Authentication- Assemblies
- Microsoft.AspNetCore.Authentication
Fields¶
-
Continue()¶ Continue with normal processing.
Return type: Microsoft.AspNetCore.Authentication.EventResultState Continue = 0
-
HandledResponse()¶ Discontinue all processing for this request.
Return type: Microsoft.AspNetCore.Authentication.EventResultState HandledResponse = 2
-
Skipped()¶ Discontinue processing the request in the current middleware and pass control to the next one.
Return type: Microsoft.AspNetCore.Authentication.EventResultState Skipped = 1
-