Skip to content

Commit

Permalink
Added azp field in MonkJwtPayload type
Browse files Browse the repository at this point in the history
  • Loading branch information
souyahia-monk committed Nov 19, 2024
1 parent 4d831f9 commit 3a568ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/network/src/auth/token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ export interface MonkJwtPayload extends JwtPayload {
* The array of permissions that the user has.
*/
permissions?: MonkApiPermission[];
/**
* The Auth0 Client ID of the application.
*/
azp?: string;
}

/**
Expand Down

0 comments on commit 3a568ce

Please sign in to comment.