Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

AuthenticateCompleteResponse

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AuthenticateCompleteResponse",
  "type": "object",
  "properties": {
    "sign_count_warning": {
      "type": "boolean"
    },
    "user_id": {
      "type": "integer",
      "format": "int64"
    }
  },
  "required": [
    "user_id",
    "sign_count_warning"
  ]
}