Data Type: MFAMethod
Parameter | Type | Description | Required/Optional | Notes |
---|---|---|---|---|
mfa_id | String | Unique ID of MFA flow | required | |
mfa_type | String | Used for choosing the type of MFA | required | enumeration: captcha |
mfa_data | Object | MFA flow or tool | required | only one MFA flow or tool will be applied |
captcha | Object | Captcha | conditionally required: required when mfa_type is a captcha |
captcha
Parameter | Type | Description | Required/Optional | Notes |
---|---|---|---|---|
type | String | Captcha type | Required | enumeration: slide icon |
{
"mfa_id": "LFOUHOFHOHFNOUH",
"mfa_type": "captcha",
"mfa_data": {
"captcha": {
"type": "slide"
}
}
}