Microsoft.AspNetCore.Authentication.JwtBearer Namespace

namespace Microsoft.AspNetCore.Authentication.JwtBearer

Interfaces

interface IJwtBearerEvents
Specifies events which the Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerMiddleware invokes to enable developer control over the authentication process.

Classes

class AuthenticationFailedContext
class BaseJwtBearerContext
class JwtBearerChallengeContext
class JwtBearerDefaults
Default values used by bearer authentication.
class JwtBearerEvents
Specifies events which the Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerMiddleware invokes to enable developer control over the authentication process.
class JwtBearerMiddleware
Bearer authentication middleware component which is added to an HTTP pipeline. This class is not created by application code directly, instead it is added by calling the the IAppBuilder UseJwtBearerAuthentication extension method.
class MessageReceivedContext
class TokenValidatedContext