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

## LicenseStatus Enum

Specifies the status of a license in relation to its validity period and current date and time\.

```csharp
public enum LicenseStatus
```
### Fields

###### `NotActiveYet` 0 {#Abblix.Oidc.Server.Features.Licensing.LicenseStatus.NotActiveYet}

Indicates that the license is not active yet according to its defined validity period\.

###### `Active` 1 {#Abblix.Oidc.Server.Features.Licensing.LicenseStatus.Active}

Indicates that the license is currently active and within its validity period\.

###### `GracePeriod` 2 {#Abblix.Oidc.Server.Features.Licensing.LicenseStatus.GracePeriod}

Indicates that the license has expired but is still within its grace period,
during which it may continue to be considered as valid under certain conditions\.

###### `Expired` 3 {#Abblix.Oidc.Server.Features.Licensing.LicenseStatus.Expired}

Indicates that the license has expired and is beyond its grace period, if any,
and is therefore no longer valid\.
