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