Mfa Code

Description

Properties

Property Description
code

A 6-digit code generated by the authenticated user's MFA configuration.

OpenAPI Schema

The following schema is based on OpenAPI 3.0 and is provided in our downloadable OpenAPI document.

{
  "properties": {
    "code": {
      "description": "A 6-digit code generated by the authenticated user's MFA configuration.",
      "type": "string"
    }
  },
  "required": [
    "code"
  ],
  "title": "MfaCode",
  "type": "object"
}