SuperTokens · Schema

GetSessionResponse

AuthenticationOpen SourceSession ManagementSocial LoginPasswordlessIdentityAuthorizationMulti-TenancyNode.jsSelf-Hosted

Properties

Name Type Description
status string
session object
accessToken object
View JSON Schema on GitHub

JSON Schema

supertokens-getsessionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetSessionResponse",
  "title": "GetSessionResponse",
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "session": {
      "$ref": "#/components/schemas/Session"
    },
    "accessToken": {
      "$ref": "#/components/schemas/Token"
    }
  }
}