Deployer 10.15 | Product Build Properties and Supported Assets for Repository-Based Deployment | Integration Server | Integration Server Administrative Assets | Integration Server Administrative Assets and Substitution Values | CloudStreams OAuth Tokens
 
CloudStreams OAuth Tokens
Asset Type ID
iscloudstreamsoauthtokens
Substitution Values
Consumer ID
clientId
The key issued by the service provider and is used by the consumer to identify itself to the service provider.
Consumer Secret
clientSecret
The secret key used by the consumer to establish ownership of the consumer key.
Access Token
accessToken
The token used for authentication instead of user credentials. This token is issued by the Authorization Server.
Access Token Secret
accessTokenSecret
A secret used by the consumer to establish ownership of a given access token. This is available only for OAuth 1.0a configured at source.
Instance URL
instanceUrl
Runtime host, for back ends like Salesforce. This is available only for OAuth 2.0 configured at source.
Refresh Token
refreshToken
A token used by the client to obtain a new access token without having to involve the resource owner. This is available only for OAuth 2.0 if Refresh Access Token is enabled at source.
Refresh URL
refreshUrl
Provider specific URL to refresh an access token. This is available only for OAuth 2.0 if Refresh Access Token is enabled at source.
Custom Refresh Service
refreshRequestTypeCustomService
User implemented service for refreshing the access token. This is available only for OAuth 2.0 if Refresh Access Token is enabled and Refresh URL Request is configured to Custom ESB Service at source.