ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Managing the OAuth 2.0 protocol
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Remark: These functions are also available in prefix syntax (OAuth and OpenID protocol functions (prefix syntax)).
The following functions are used to manage OAuth and OpenID protocols:
AuthIdentifyPerforms an authentication using the OAuth 2.0 protocol on any web service.
New in version 2024
AuthImportToken
Creates a web service access token from a token description in JSON format.
AuthRefreshTokenRefreshes a user's OAuth2 token when it expires.
OpenIDReadIdentityRetrieves the identity of a user contained in an AuthToken variable.


The following are variables specific to the OAuth and OpenID protocols:
AuthTokenThe AuthToken type contains the characteristics of a token to access a web service.
New in version 2024
JWTParameters
The JWTParameter type is used to define all the data required for JWT-based authentication.
OAuth2ParametersThe OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
OpenIDIdentityThe OpenIDIdentity type is used to define all the advanced characteristics of a user connected to a web service via the OAuth 2.0 protocol.
OpenIDParametersThe OpenIDParameters type is used to define all the advanced features of an authentication for OpenID.
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/06/2024

Send a report | Local help