ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV and WEBDEV 2025 feature!
Help / WLanguage / WLanguage functions / Communication / Web services
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Gets the access token received by the web service currently running.
Example
let sToken = WebserviceReadUserToken()
let sDecodedToken = AuthIntrospectToken(sToken, oauth2AccessToken, sURL)
// Inspects the content of sDecodedToken
Syntax
<Result> = WebserviceReadUserToken()
<Result>: Character string
Authorization token received by the web service (in JSON format).
Business / UI classification: Business Logic
Minimum version required
  • Version 2025
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/07/2025

Send a report | Local help