Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 600 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 600 Bytes

AirVantage API - Java examples

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.