DOC

travel.wink : oauth2-web-client

Maven & Gradle

Apr 03, 2023
0 stars

OAuth2-enabled WebClient · All ApiClients want to use this to be able to support client credential-based authentication

Table Of Contents

Latest Version

Download travel.wink : oauth2-web-client Javadoc & API Documentation - Latest Versions:

All Versions

Download travel.wink : oauth2-web-client Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
24.0.x
23.1.x
22.0.x
21.16.x
21.15.x
21.3.x
21.2.x
21.1.x
21.0.x
20.2.x
20.1.x
20.0.x
19.0.x
0.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file oauth2-web-client-24.0.0-javadoc.jar to oauth2-web-client-24.0.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder oauth2-web-client-24.0.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "oauth2-web-client-24.0.0-sources.jar" -d "oauth2-web-client-24.0.0-javadoc" -subpackages 

Advertisement