Tokens

In OAuth 2 there are 2 types of tokens:

  • An access token has a lifetime of 24 hours and is for standard requests with our rest API
  • The second type of token called a refresh token allows the client application to generate new access tokens on its own.