This project contains the following samples:
- AirVantageExampleFlow1.java :
How to authenticate to AirVantage API using OAuth Authorization Code Flow. This OAuth flow targets web applications that want a user to grant the permission to this application to use AirVantage API on its name.
- AirVantageExampleFlow2.java :
How to authenticate to AirVantage API using OAuth Resource Owner Flow. This flow should be used when you create a "technical user" to access AirVantage API or if the user is OK to give you its credentials.