Skip to content

authOAuth2NewTokenPerRequest

BlackMagnusSon edited this page Oct 14, 2020 · 1 revision

New token in each response

Expect that each request to /authorize returns new unique token.

Possible issues:

Request error

Error on sending HTTP request to /authorize endpoint

Read error

Error reading body of HTTP response to request to /authorize endpoint

Status code

Response status code is not 200

Parse error

Error parsing response body

  • response body is not a JSON data
  • the "s" field is not equal to "ok"
  • "access_token" field is empty
  • "expiration" field is not a number
  • "expiration" field is not an integer number

Duplicate token

One or more tokens are equal in 10 sequential requests to /authorize endpoint