EventResultState Enum

Namespace
Microsoft.AspNetCore.Authentication
Assemblies
  • Microsoft.AspNetCore.Authentication

Syntax

public enum EventResultState
enum Microsoft.AspNetCore.Authentication.EventResultState

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