public interface OAuthConnectedSystemTemplate extends ConnectedSystemTemplate
ConnectedSystemTemplate
that uses the Authorization Code Grant type
Connected System Types that implement OAuthConnectedSystemTemplate
can be authorized from the UI by a user.
getOAuthConfiguration(ConfigurationDescriptor)
is called when a user
attempts to authorize.
Modifier and Type | Method and Description |
---|---|
OAuthConfigurationData |
getOAuthConfiguration(ConfigurationDescriptor configurationDescriptor)
Given user entered data, returns information needed to authorize using OAuth 2.0 authorization code grant
Given the user entered information contained in the
ConfigurationDescriptor , returns an
OAuthConfigurationData object that contains the information needed to prompt the user to authorize
|
getConfigurationDescriptor
OAuthConfigurationData getOAuthConfiguration(ConfigurationDescriptor configurationDescriptor)
Given the user entered information contained in the ConfigurationDescriptor
, returns an
OAuthConfigurationData
object that contains the information needed to prompt the user to authorize
configurationDescriptor
- - The current configuration of the connected system.
This object will not be null.Copyright © 2018-present Appian Corporation. All Rights Reserved.