Skip to main content

Abblix.Oidc.Server.Features.Tokens.Revocation Namespace

Abblix.Oidc.Server

Abblix.Oidc.Server.Features.Tokens.Revocation Namespace

Classes
TokenStatusValidatorDecoratorEnhances the functionality of an existing IJsonWebTokenValidator by adding token revocation validation capabilities. This decorator checks whether the JSON Web Token (JWT) has been revoked or used before and, if so, invalidates the token. It utilizes an ITokenRegistry to check the token's status and an inner IJsonWebTokenValidator for initial token validation.
Enums
JsonWebTokenStatusDefines the possible states of a JSON Web Token within the system.