|
|
|
|
|
|
|
|
|
|
|
|
| Category: Managing the OAuth 2.0 protocol |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Retrieves the identity of a user contained in an AuthToken variable. |
|
|
|
|
|
|
|
| Logs out a user previously authenticated via the OAuth 2.0 protocol on any web service. |
|
|
|
|
|
|
|
| Refreshes a user's OAuth2 token when it expires. |
|
|
|
|
|
|
|
| Revokes a JSON Web Token (JWT). |
|
|
|
|
|
|
|
| Retrieves user information from an access token. |
|
|
|
|
|
|
|
| Performs an authentication using the OAuth 2.0 protocol on any web service. |
|
|
|
|
|
|
|
| Creates a web service access token from a token description in JSON format. |
|
|
|
|
|
|
|
| Determines the set of metadata for an OAuth token. |
|
|
|
|
|
|
|
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).
|
|
|
|
|
|
|
|
| Refreshes a user's OAuth2 token when it expires. |
|
|
|
|
|
|
|
| Revokes a JSON Web Token (JWT). |
|
|
|
|
|
|
|
| The AuthToken type contains the characteristics of a token to access a web service. |
|
|
|
|
|
|
|
| When SSO authentication is used, checks the validity of the current user's token. |
|
|
|
|
|
|
|
Creates a JWT assertion. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 1. |
|
|
|
|
|
|
|
| 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 |
|
|
|
|
|
|
|
| The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| The OpenIDParameters type is used to define all the advanced features of an authentication for OpenID. |
|
|
|
|
|
|
|
| Retrieves the identity of a user contained in an AuthToken variable. |
|
|
|
|
|
|
|
| WLanguage procedure ("Callback") called by AuthIdentify during the authentication. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|