Search Results for

    Show / Hide Table of Contents

    Class JwtRevocationExtensions

    Inheritance
    object
    JwtRevocationExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: FastEndpoints.Security
    Assembly: FastEndpoints.Security.dll
    Syntax
    public static class JwtRevocationExtensions

    Methods

    UseJwtRevocation<T>(IApplicationBuilder)

    adds an implementation of JwtRevocationMiddleware to the pipeline for the purpose of checking incoming jwt bearer tokens for validity.

    Declaration
    public static IApplicationBuilder UseJwtRevocation<T>(this IApplicationBuilder app) where T : JwtRevocationMiddleware
    Parameters
    Type Name Description
    IApplicationBuilder app
    Returns
    Type Description
    IApplicationBuilder
    Type Parameters
    Name Description
    T

    implementation type of the token revocation middleware

    In this article
    Back to top Developed by Đĵ ΝιΓΞΗΛψΚ and contributors / Licensed under MIT / Website generated by DocFX