Marco Garofalo
06/30/2025, 3:42 PM<http://whatever/me>
) or propagate the token down the handlers chain/stack once the authFilter is satisfied.s4nchez
06/30/2025, 7:50 PMOAuthPersistence.retrieveToken
to get the token after the authorisation flow. If you don't want to expose that persistence in various places, you can use a filter + request contexts to store the token directly in the in-flight requestMarco Garofalo
06/30/2025, 7:53 PM