You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/accesstokenmanagement/web-apps.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,9 +177,7 @@ public async Task<IActionResult> CallApi([FromServices] InvoiceClient client)
177
177
178
178
If you want to use access tokens differently or have more advanced needs which the automatic option doesn't cover, then you can also manually request user access tokens.
179
179
180
-
{/* prettier-ignore */}
181
180
<TabssyncKey="atm">
182
-
{/* prettier-ignore */}
183
181
<TabItemlabel="V4">
184
182
185
183
You can get the current user access token manually by writing code against the `IUserTokenManager`.
@@ -239,7 +237,6 @@ If you want to use access tokens differently or have more advanced needs which t
239
237
</TabItem>
240
238
</Tabs>
241
239
242
-
243
240
### HTTP Context Extension Methods
244
241
245
242
Alternatively, you can also manually request access tokens via these extension methods on the `HttpContext`:
0 commit comments