#### [Abblix\.Oidc\.Server](https://www.abblix.com/en/docs/api/abblix-oidc-server 'index')
### [Abblix\.Oidc\.Server\.Features\.Storages\.Proto](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Features.Storages.Proto 'Abblix\.Oidc\.Server\.Features\.Storages\.Proto')

## JsonWebTokenStatusEnum Enum

The possible states of a JSON Web Token

```csharp
public enum JsonWebTokenStatusEnum
```
### Fields

###### `Unknown` 0 {#Abblix.Oidc.Server.Features.Storages.Proto.JsonWebTokenStatusEnum.Unknown}

The status of the token is not known

###### `Used` 1 {#Abblix.Oidc.Server.Features.Storages.Proto.JsonWebTokenStatusEnum.Used}

The token has been used

###### `Revoked` 2 {#Abblix.Oidc.Server.Features.Storages.Proto.JsonWebTokenStatusEnum.Revoked}

The token has been revoked
