OAuthAPI APIs
The OAuthAPI library provides functions for working with OAuth.
| Function Name | Description | 
|---|---|
 | 
To be called in a Genero app accessing a secure RESTful Web service started behind a Genero Application Server. | 
 | 
To be called in a Genero Web service started via OpenID Connect accessing another secure RESTful Web service as a client. | 
 | 
Get metadata from the Identity Provider for a service running on a Genero Application Server (GAS). | 
 | 
Fetch metadata from the Identity Provider at the URL provided. | 
 | 
Get endpoint of the Identity Provider. | 
 | 
Get OAuth subject identifier of ID Token. | 
 | 
Get OAuth ID Token authorization scopes. | 
 | 
Return the OAuth access token. | 
 | 
Return the OAuth service access token via client app credentials. | 
 | 
Return the OAuth service access token via user name and password. | 
 | 
Get a valid access token. | 
 | 
Create an HttpRequest with OAuth access token. | 
 | 
Retry an HttpRequest with OAuth access token to check if the access token has expired. |