Token authorization allows applications to interact on your behalf without using credentials
- No need to share and expose login information
- No password that can expire. Tokens should be updated periodically but this is no longer driven by NetSuite.
- Token Based Authentication can be implemented utilising any 3rd party Oauth library
- Tokens can be managed through the NetSuite API from RESTlets to add, update and remove access as necessary
- Tokens are also SSO and 2FA compatible