BaseJwtBearerContext Class

Definition

public ref class BaseJwtBearerContext : Microsoft::AspNetCore::Authentication::BaseControlContext
public class BaseJwtBearerContext : Microsoft.AspNetCore.Authentication.BaseControlContext
type BaseJwtBearerContext = class
    inherit BaseControlContext
Public Class BaseJwtBearerContext
Inherits BaseControlContext
Inheritance
BaseJwtBearerContext
Derived

Constructors

BaseJwtBearerContext(HttpContext, JwtBearerOptions)

Properties

HandledResponse (Inherited from BaseControlContext)
HttpContext (Inherited from BaseContext)
Options
Request (Inherited from BaseContext)
Response (Inherited from BaseContext)
Skipped (Inherited from BaseControlContext)
State (Inherited from BaseControlContext)
Ticket

Gets or set the Ticket to return if this event signals it handled the event.

(Inherited from BaseControlContext)

Methods

CheckEventResult(AuthenticateResult) (Inherited from BaseControlContext)
HandleResponse()

Discontinue all processing for this request and return to the client. The caller is responsible for generating the full response. Set the Ticket to trigger SignIn.

(Inherited from BaseControlContext)
SkipToNextMiddleware()

Discontinue processing the request in the current middleware and pass control to the next one. SignIn will not be called.

(Inherited from BaseControlContext)

Applies to