Okta · Schema

ActivateFactorRequest

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

Properties

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

JSON Schema

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