CredentialInput
Props#
prop | type | required | Description |
---|---|---|---|
appKey | string | true | appKey of the connector |
selectedCredentialKey | string | false | credentialKey of the credential to be pre-selected |
onCredentialSelected | `(selectedCredentialKey: string | undefined) => void` | true |
singleCredentialOnly | boolean | false | Pass true to only allow adding a single credential |
isDisabled | boolean | false | Pass true to render the field in a disabled state |
Props#
prop | type | required | Description |
---|---|---|---|
appKey | string | true | appKey of the connector |
selectedCredentialKey | string | false | credentialKey of the credential to be pre-selected |
onCredentialSelected | `(selectedCredentialKey: string | undefined) => void` | true |
singleCredentialOnly | boolean | false | Pass true to only allow adding a single credential |
isDisabled | boolean | false | Pass true to render the field in a disabled state |