Okta · Schema

PasswordPolicyRecoveryEmailRecoveryToken

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

Properties

Name Type Description
tokenLifetimeMinutes integer
View JSON Schema on GitHub

JSON Schema

okta-passwordpolicyrecoveryemailrecoverytoken-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PasswordPolicyRecoveryEmailRecoveryToken",
  "title": "PasswordPolicyRecoveryEmailRecoveryToken",
  "type": "object",
  "properties": {
    "tokenLifetimeMinutes": {
      "type": "integer"
    }
  },
  "x-okta-tags": [
    "Policy"
  ]
}