Skip to content

Commit 49177bc

Browse files
committed
Merge remote-tracking branch 'origin/develop' into feature/admin-app-reskin
2 parents d1899d8 + 2f7373d commit 49177bc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/FusionAuthClient.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8872,13 +8872,15 @@ export enum KeyAlgorithm {
88728872
HS512 = "HS512",
88738873
RS256 = "RS256",
88748874
RS384 = "RS384",
8875-
RS512 = "RS512"
8875+
RS512 = "RS512",
8876+
Ed25519 = "Ed25519"
88768877
}
88778878

88788879
export enum KeyType {
88798880
EC = "EC",
88808881
RSA = "RSA",
8881-
HMAC = "HMAC"
8882+
HMAC = "HMAC",
8883+
OKP = "OKP"
88828884
}
88838885

88848886
/**

0 commit comments

Comments
 (0)