Security Configuration Object
The security configuration object contains the required access token you generate for your client to access Composer.
Note: insightsoftware recommends using Trusted Access for all embed-related workflows.
Example
var credentialsConfig = {
access_token: TRUSTED_ACCESS_TOKEN,
};
access_token: TRUSTED_ACCESS_TOKEN,
};
The security configuration object should contain the required trusted access token you generate.
access_token: Trusted access token for accessing the Composer server. See Generate a User's Access Token. The client created should have credentials matching those used to create the trusted access token.
Comments
0 comments
Please sign in to leave a comment.