DOC

se.curity.identityserver : identityserver.haapi.android.sdk

Maven & Gradle

Aug 14, 2023

Curity Identity Server Android HAAPI SDK · Android HAAPI SDK used for clients of the Curity Identity Server

Table Of Contents

Latest Version

Download se.curity.identityserver : identityserver.haapi.android.sdk Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

  1. Rename the file identityserver.haapi.android.sdk-3.2.0-javadoc.jar to identityserver.haapi.android.sdk-3.2.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder identityserver.haapi.android.sdk-3.2.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 "identityserver.haapi.android.sdk-3.2.0-sources.jar" -d "identityserver.haapi.android.sdk-3.2.0-javadoc" -subpackages 

Advertisement