Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

User Credentials Input

Input representation of the user credentials to perform digital verification.
JSON example
1{
2  "userCredentials": {
3    "loginId": "david.chavez@salesforce.com",
4    "password": "123456"
5  }
6}
Properties
Name Type Description Required or Optional Available Version
loginId String Login ID or username used by the user to authenticate for the digital verification. Required 60.0
password String Password used by the user to authenticate for the digital verification. Required 60.0