SuperTokens · Schema

ThirdPartySignInUpResponse

AuthenticationOpen SourceSession ManagementSocial LoginPasswordlessIdentityAuthorizationMulti-TenancyNode.jsSelf-Hosted

Properties

Name Type Description
status string
createdNewUser boolean
user object
View JSON Schema on GitHub

JSON Schema

supertokens-thirdpartysigninupresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ThirdPartySignInUpResponse",
  "title": "ThirdPartySignInUpResponse",
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "createdNewUser": {
      "type": "boolean"
    },
    "user": {
      "$ref": "#/components/schemas/User"
    }
  }
}