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 (Functions for managing OAuth and OpenID protocols (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 webservice access token from an description token 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 JWTParameters type allows you to define all the information necessary to perform JTW 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 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: 11/27/2023

Send a report | Local help