Skip to content

Commit 1a35eca

Browse files
authored
Add api-keys widget scope (#1377)
## Description Adds `widgets:api-keys:manage` scope ## Documentation Does this require changes to the WorkOS Docs? E.g. the [API Reference](https://workos.com/docs/reference) or code snippets need updates. ``` [ ] Yes ``` If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.
1 parent d479197 commit 1a35eca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/widgets/interfaces/get-token.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
export type WidgetScope =
22
| 'widgets:users-table:manage'
33
| 'widgets:sso:manage'
4-
| 'widgets:domain-verification:manage';
5-
4+
| 'widgets:domain-verification:manage'
5+
| 'widgets:api-keys:manage';
66
export interface GetTokenOptions {
77
organizationId: string;
88
userId?: string;

0 commit comments

Comments
 (0)