Usage of MCS client sdk in ionic3
Summary
Usage of MCS client sdk in ionic3Content
Hi
I downloaded MCS Cordova SDK from Oracle MCS and I extracted it and used the files in my Ionic3 application.While I am using the oracle_config fille I am getting that mcs name is not present.
var mcs_config = {
"logLevel": mcs.LOG_LEVEL.INFO,
"logHTTP": true,
"mobileBackends": {
"YOUR_BACKEND_NAME": {
"default": true,
"baseUrl": "YOUR_BACKEND_BASE_URL",
"applicationKey": "YOUR_BACKEND_APPLICATION_KEY",
"analytics": {
"location": true
},
"authorization": {
"basicAuth": {
"backendId": "YOUR_BACKEND_ID",
"anonymousToken": "YOUR_BACKEND_ANONYMOUS_TOKEN"
},
"oAuth": {
"clientId": "YOUR_CLIENT_ID",
"clientSecret": "YOUR_ClIENT_SECRET",
"tokenEndpoint": "YOUR_TOKEN_ENDPOINT"