Stytch · Schema

api_b2b_password_v1_MigrateRequestHashType

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools
View JSON Schema on GitHub

JSON Schema

stytch-api-b2b-password-v1-migraterequesthashtype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_b2b_password_v1_MigrateRequestHashType",
  "title": "api_b2b_password_v1_MigrateRequestHashType",
  "type": "string",
  "enum": [
    "bcrypt",
    "md_5",
    "argon_2i",
    "argon_2id",
    "sha_1",
    "sha_512",
    "scrypt",
    "phpass",
    "pbkdf_2"
  ]
}