SuperTokens · Schema

SessionDataResponse

AuthenticationOpen SourceSession ManagementSocial LoginPasswordlessIdentityAuthorizationMulti-TenancyNode.jsSelf-Hosted

Properties

Name Type Description
status string
userDataInDatabase object
View JSON Schema on GitHub

JSON Schema

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