Submits field values for the login form. Poll the auth connection to track progress and get results.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Auth connection ID
Request to submit field values for login
Map of field name to value
{
"email": "user@example.com",
"password": "secret"
}Optional XPath selector if user chose to click an SSO button instead
"xpath=//button[contains(text(), 'Continue with Google')]"
Optional MFA option ID if user selected an MFA method
"sms"
Submission accepted for processing
Response from submitting field values
Whether the submission was accepted for processing