Interface | Description |
---|---|
Connector |
Class | Description |
---|---|
AbstractConnector | |
GenerateAccessToken |
This class can be used by connectors to generate OAuth 2.0 access tokens by setting the following mandatory
property in message context: uri.var.hostName.
|
RefreshAccessToken |
This class can be used by connectors to refresh OAuth 2.0 access tokens by setting the following mandatory
properties in message context: uri.var.hostName, uri.var.refreshToken.
|
RefreshAccessTokenWithExpiry |
This class can be used by connectors to refresh OAuth 2.0 access tokens by setting the following mandatory
properties in message context: uri.var.hostName, uri.var.refreshToken.
|
Exception | Description |
---|---|
ConnectException |
Copyright © 2021 WSO2. All rights reserved.