We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e5aeff commit 3c70429Copy full SHA for 3c70429
baton_capabilities.json
@@ -41,7 +41,7 @@
41
},
42
"capabilities": [
43
"CAPABILITY_SYNC",
44
- "CAPABILITY_PROVISION"
+ "CAPABILITY_ACCOUNT_PROVISIONING"
45
]
46
47
{
@@ -84,7 +84,15 @@
84
],
85
"connectorCapabilities": [
86
"CAPABILITY_PROVISION",
87
- "CAPABILITY_SYNC"
+ "CAPABILITY_SYNC",
88
89
- "credentialDetails": {}
90
+ "credentialDetails": {
91
+ "capabilityAccountProvisioning": {
92
+ "supportedCredentialOptions": [
93
+ "CAPABILITY_DETAIL_CREDENTIAL_OPTION_NO_PASSWORD"
94
+ ],
95
+ "preferredCredentialOption": "CAPABILITY_DETAIL_CREDENTIAL_OPTION_NO_PASSWORD"
96
+ }
97
98
}
0 commit comments