Aller au contenu
Abblix
Cette page n'a pas encore été traduite.

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.