@itentialopensource/adapter-etsi_sol002
Version:
This adapter integrates with system described as: ETSI sol002
21 lines • 403 B
JSON
{
"callbackUri": "string",
"authentication": {
"authType": [
"BASIC",
"TLS_CERT",
"OAUTH2_CLIENT_CREDENTIALS",
"BASIC",
"TLS_CERT"
],
"paramsBasic": {
"userName": "string",
"password": "string"
},
"paramsOauth2ClientCredentials": {
"clientId": "string",
"clientPassword": "string",
"tokenEndpoint": "string"
}
}
}