Okta · Schema

VerifyFactorRequest

IdentityWorkforce IdentityCustomer IdentityAuthenticationAuthorizationSingle Sign-OnMulti-Factor AuthenticationIdentity GovernancePrivileged AccessAI AgentsCross-App AccessMCPPlatform

Properties

Name Type Description
activationToken string
answer string
attestation string
clientData string
nextPassCode string
passCode string
registrationData string
stateToken string
View JSON Schema on GitHub

JSON Schema

okta-verifyfactorrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VerifyFactorRequest",
  "title": "VerifyFactorRequest",
  "type": "object",
  "properties": {
    "activationToken": {
      "type": "string"
    },
    "answer": {
      "type": "string"
    },
    "attestation": {
      "type": "string"
    },
    "clientData": {
      "type": "string"
    },
    "nextPassCode": {
      "type": "string"
    },
    "passCode": {
      "type": "string"
    },
    "registrationData": {
      "type": "string"
    },
    "stateToken": {
      "type": "string"
    }
  },
  "x-okta-tags": [
    "UserFactor"
  ]
}