Service | Description |
pub.oauth:authorize | Initiates an authorization request from the client application to the Integration Server authorization server. |
pub.oauth:getAccessToken | Requests an access token from the Integration Server authorization server. The request includes the authorization code sent to the redirection URI by the authorization server. The authorization server validates the request and generates an access token and refresh token (optional). The tokens, along with the client identifier, expiration time, and scope are stored in the authorization server's cache. |
pub.ouath:introspectToken | Checks whether an access token or refresh token generated by an Integration Server used as an authorization server is active. |
pub.oauth:refreshAccessToken | Sends a request to the Integration Server authorization server to refresh the access token. |
pub.oauth:revokeToken | Revokes a token on an Integration Server authorization server. |