jar

app.sdkgen : client

Maven & Gradle

Jun 16, 2023
1 stars

SDKgen client · The SDKgen client library to work with the automatically generated SDK

Table Of Contents

Latest Version

Download app.sdkgen : client JAR file - Latest Versions:

All Versions

Download app.sdkgen : client JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
0.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window client-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

app.sdkgen.client.Exception.Authenticator

├─ app.sdkgen.client.Exception.Authenticator.AccessTokenRequestException.class - [JAR]

├─ app.sdkgen.client.Exception.Authenticator.FoundNoAccessTokenException.class - [JAR]

├─ app.sdkgen.client.Exception.Authenticator.InvalidAccessTokenException.class - [JAR]

├─ app.sdkgen.client.Exception.Authenticator.InvalidCredentialsException.class - [JAR]

├─ app.sdkgen.client.Exception.Authenticator.TokenPersistException.class - [JAR]

app.sdkgen.client.Authenticator

├─ app.sdkgen.client.Authenticator.AnonymousAuthenticator.class - [JAR]

├─ app.sdkgen.client.Authenticator.ApiKeyAuthenticator.class - [JAR]

├─ app.sdkgen.client.Authenticator.HttpBasicAuthenticator.class - [JAR]

├─ app.sdkgen.client.Authenticator.HttpBearerAuthenticator.class - [JAR]

├─ app.sdkgen.client.Authenticator.OAuth2Authenticator.class - [JAR]

app.sdkgen.client.Exception

├─ app.sdkgen.client.Exception.ClientException.class - [JAR]

├─ app.sdkgen.client.Exception.KnownStatusCodeException.class - [JAR]

├─ app.sdkgen.client.Exception.ParseException.class - [JAR]

├─ app.sdkgen.client.Exception.UnknownStatusCodeException.class - [JAR]

app.sdkgen.client.TokenStore

├─ app.sdkgen.client.TokenStore.FileTokenStore.class - [JAR]

├─ app.sdkgen.client.TokenStore.MemoryTokenStore.class - [JAR]

app.sdkgen.client

├─ app.sdkgen.client.AccessToken.class - [JAR]

├─ app.sdkgen.client.AuthenticatorFactory.class - [JAR]

├─ app.sdkgen.client.AuthenticatorInterface.class - [JAR]

├─ app.sdkgen.client.ClientAbstract.class - [JAR]

├─ app.sdkgen.client.CredentialsInterface.class - [JAR]

├─ app.sdkgen.client.HttpClientFactory.class - [JAR]

├─ app.sdkgen.client.Parser.class - [JAR]

├─ app.sdkgen.client.TagAbstract.class - [JAR]

├─ app.sdkgen.client.TokenStoreInterface.class - [JAR]

app.sdkgen.client.Credentials

├─ app.sdkgen.client.Credentials.Anonymous.class - [JAR]

├─ app.sdkgen.client.Credentials.ApiKey.class - [JAR]

├─ app.sdkgen.client.Credentials.HttpBasic.class - [JAR]

├─ app.sdkgen.client.Credentials.HttpBearer.class - [JAR]

├─ app.sdkgen.client.Credentials.OAuth2.class - [JAR]

Advertisement