Data Discovery Security Configuration Object
This applies to: Visual Data Discovery
The security configuration object contains the required access token you generate for your client to access Symphony.
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 Symphony 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.