ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: Managing the OAuth 2.0 protocol
22 results
<AuthToken variable>.OpenIDReadIdentity (Function)
Retrieves the identity of a user contained in an AuthToken variable.
<AuthToken>.Logout (Function)
User logout.
<AuthToken>.RefreshToken (Function)
Refreshes a user's OAuth2 token when it expires.
<AuthToken>.Revoke (Function)
Revokes a JSON Web Token (JWT).
AuthGetUserInfo (Function)
Retrieves user information from an access token.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any web service.
AuthImportToken (Function)
Creates a web service access token from a token description in JSON format.
AuthIntrospectToken (Function)
Determines the set of metadata for an OAuth token.
AuthLogout (Function)
Logs out a user previously authenticated via:
  • the OAuth 2.0 protocol on any web service.
  • the OpenID protocol on any web service.
  • a JSON Web Token (JWT).
AuthRefreshToken (Function)
Refreshes a user's OAuth2 token when it expires.
AuthRevokeToken (Function)
Revokes a JSON Web Token (JWT).
AuthToken (Variable type)
The AuthToken type contains the characteristics of a token to access a web service.
AuthVerifyAuthentication (Function)
When SSO authentication is used, checks the validity of the current user's token.
JWTCreateAssertion (Function)
Creates a JWT assertion.
This new function is available from WINDEV Suite SaaS 2025 Update 1.
JWTParameters (Variable type)
The JWTParameter type is used to define all the data required for JWT-based authentication.
OAuth and OpenID protocol functions
OAuth and OpenID protocol functions
OAuth and OpenID protocol functions (prefix syntax)
OAuth and OpenID protocol functions
OAuth2Parameters (Variable type)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
OpenIDIdentity (Variable type)
The OpenIDIdentity type is used to define all the advanced characteristics of a user connected to a web service via the OAuth 2.0 protocol.
OpenIDParameters (Variable type)
The OpenIDParameters type is used to define all the advanced features of an authentication for OpenID.
OpenIDReadIdentity (Function)
Retrieves the identity of a user contained in an AuthToken variable.
WLanguage procedure called by AuthIdentify
WLanguage procedure ("Callback") called by AuthIdentify during the authentication.