Skip to content

Commit

Permalink
add decriptions for userId and atrek
Browse files Browse the repository at this point in the history
  • Loading branch information
tdellmann committed Nov 13, 2024
1 parent 1e2bfef commit 03e4591
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ Useful placeholders in the URL for internal routing are:
- `extensionInstanceId` - The ID of the extension instance in UUID format
- `context` - The kind of extension context, the extension instance was added to
- `contextId` - The ID of the extension context, the extension instance was added to
- `userId` - The ID of the User that is currently using the extension
- `accessTokenRetrievalKey` - The AccessTokenRetrievalKey, commonly called ATReK, of the user. Can be used by the extension instance to perform [Authentication via ATRek](../../overview/concepts/authentication#access-token-retrieval-key)
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ Für das interne Routing sinnvolle Platzhalter in der URL sind:
- `extensionInstanceId` - Die ID der Extension Instance im UUID-Format
- `context` - Der Extension Context Kind, zu dem die Extension Instance hinzugefügt wurde
- `contextId` - Die ID des Extension Contexts, zu dem die Extension Instance hinzugefügt wurde
- `userId` - Die ID des Users, der die Extension gerade bedient
- `accessTokenRetrievalKey` - Der AccessTokenRetrievalKey, auch genannt ATReK, des Users. Hiermit kann die Extension Instance eine [Authentifizierung via ATReK](../../overview/concepts/authentication#access-token-retrieval-key) durchführen

0 comments on commit 03e4591

Please sign in to comment.