Added SigningKeyState
This commit is contained in:
parent
f073b8d004
commit
7d5071747b
1 changed files with 2 additions and 3 deletions
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
enum SigningKeyState : string
|
enum SigningKeyState : string
|
||||||
{
|
{
|
||||||
case ACTIVE = 'active';
|
case ACTIVE = 'ACTIVE';
|
||||||
case EXPIRED = 'expired';
|
case EXPIRED = 'EXPIRED';
|
||||||
case NOT_FOUND = 'not_found';
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue