Skip to content

Commit 8ff4014

Browse files
committed
Domain sync.
1 parent 5a553d5 commit 8ff4014

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/FusionAuthClient.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5173,6 +5173,17 @@ export enum KeyType {
51735173
HMAC = "HMAC"
51745174
}
51755175

5176+
/**
5177+
* The use type of a key.
5178+
*
5179+
* @author Daniel DeGroff
5180+
*/
5181+
export enum KeyUse {
5182+
SignOnly = "SignOnly",
5183+
SignAndVerify = "SignAndVerify",
5184+
VerifyOnly = "VerifyOnly"
5185+
}
5186+
51765187
/**
51775188
* A JavaScript lambda function that is executed during certain events inside FusionAuth.
51785189
*

0 commit comments

Comments
 (0)