SuperTokens · Schema

IsEmailVerifiedResponse

AuthenticationOpen SourceSession ManagementSocial LoginPasswordlessIdentityAuthorizationMulti-TenancyNode.jsSelf-Hosted

Properties

Name Type Description
status string
isVerified boolean
View JSON Schema on GitHub

JSON Schema

supertokens-isemailverifiedresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IsEmailVerifiedResponse",
  "title": "IsEmailVerifiedResponse",
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "isVerified": {
      "type": "boolean"
    }
  }
}