Where does the backend datasource proxy store the JWT?

I’m trying to debug keycloak oauth2 and would like to retrieve a JWT from storage.
However, I can’t find the tokens in grafana’s db (mysql in our case).
I found references to oauth in the table user_auth but they don’t look like JWTs.

I guess it is encrypted token and not plain text. Find more details in the source code.