Skip to content

Commit 7a2293a

Browse files
Added azp field in MonkJwtPayload type (#881)
1 parent 4d831f9 commit 7a2293a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/network/src/auth/token.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ export interface MonkJwtPayload extends JwtPayload {
1010
* The array of permissions that the user has.
1111
*/
1212
permissions?: MonkApiPermission[];
13+
/**
14+
* The Auth0 Client ID of the application.
15+
*/
16+
azp?: string;
1317
}
1418

1519
/**

0 commit comments

Comments
 (0)