Access Tokens

An access token refers to the new OAuth2 token issued for each API client calling the Authentication API. A client should not request new tokens on each subsequent call. The application should monitor the expiration of the token and refresh an existing token using the refresh token issued originally.

Review the Infor ION API Administration Guide for more detail and best practice guidance on this topic.