Posts by nunoq • 161 points
2 posts
-
0
votes1
answer196
viewsA: How to get a refresh token in Jasmin using the Authorization Code Grant process
To be able to use Refresh Tokens the client id of your application must have specific settings and accesses. At present, these configurations are not yet available on the application registration…
-
3
votes2
answers69
viewsA: Query with more than one view field
The id_cli exists in the two tables you are joining, so SQL does not know which one you want to demonstrate (so it indicates that it is "ambiguous"). It is necessary to indicate which table you want…