All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download oauth2-essentials JAR 0.20.0 with all dependencies


An OAuth2 client implementation based on http-client-essentials.

Files of the artifact oauth2-essentials version 0.20.0 from the group org.dmfs.

Artifact oauth2-essentials
Group org.dmfs
Version 0.20.0
Last update 20. February 2023
Tags: based implementation client http essentials oauth2
Organization not specified
URL https://github.com/dmfs/oauth2-essentials
License The Apache License, Version 2.0
Dependencies amount 8
Dependencies http-client-essentials, http-client-types, http-client-basics, http-client-headers, iterators, base64, rfc5545-datetime, json,
There are maybe transitive dependencies!
There is a newer version: 0.22.1
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of oauth2-essentials Show documentation

Please rate this JAR file. Is it a good library?

20 downloads

Source code of oauth2-essentials version 0.20.0

META-INF
META-INF.META-INF.MANIFEST.MF
org.dmfs.oauth2.client
org.dmfs.oauth2.client.org.dmfs.oauth2.client.BasicOAuth2AuthCodeAuthorization
org.dmfs.oauth2.client.org.dmfs.oauth2.client.BasicOAuth2AuthorizationProvider
org.dmfs.oauth2.client.org.dmfs.oauth2.client.BasicOAuth2AuthorizationRequest
org.dmfs.oauth2.client.org.dmfs.oauth2.client.BasicOAuth2Client
org.dmfs.oauth2.client.org.dmfs.oauth2.client.BasicOAuth2ClientCredentials
org.dmfs.oauth2.client.org.dmfs.oauth2.client.BuildConfig
org.dmfs.oauth2.client.org.dmfs.oauth2.client.OAuth2AccessToken
org.dmfs.oauth2.client.org.dmfs.oauth2.client.OAuth2AuthCodeAuthorization
org.dmfs.oauth2.client.org.dmfs.oauth2.client.OAuth2AuthorizationProvider
org.dmfs.oauth2.client.org.dmfs.oauth2.client.OAuth2AuthorizationRequest
org.dmfs.oauth2.client.org.dmfs.oauth2.client.OAuth2Client
org.dmfs.oauth2.client.org.dmfs.oauth2.client.OAuth2ClientCredentials
org.dmfs.oauth2.client.org.dmfs.oauth2.client.OAuth2Grant
org.dmfs.oauth2.client.org.dmfs.oauth2.client.OAuth2InteractiveGrant
org.dmfs.oauth2.client.org.dmfs.oauth2.client.OAuth2Scope
org.dmfs.oauth2.client.errors
org.dmfs.oauth2.client.errors.org.dmfs.oauth2.client.errors.TokenRequestError
org.dmfs.oauth2.client.grants
org.dmfs.oauth2.client.grants.org.dmfs.oauth2.client.grants.AuthorizationCodeGrant
org.dmfs.oauth2.client.grants.org.dmfs.oauth2.client.grants.ClientCredentialsGrant
org.dmfs.oauth2.client.grants.org.dmfs.oauth2.client.grants.ImplicitGrant
org.dmfs.oauth2.client.grants.org.dmfs.oauth2.client.grants.ResourceOwnerPasswordGrant
org.dmfs.oauth2.client.grants.org.dmfs.oauth2.client.grants.TokenRefreshGrant
org.dmfs.oauth2.client.http.decorators
org.dmfs.oauth2.client.http.decorators.org.dmfs.oauth2.client.http.decorators.BasicAuthHeaderDecoration
org.dmfs.oauth2.client.http.decorators.org.dmfs.oauth2.client.http.decorators.BearerAuthenticatedRequest
org.dmfs.oauth2.client.http.requests
org.dmfs.oauth2.client.http.requests.org.dmfs.oauth2.client.http.requests.AbstractAccessTokenRequest
org.dmfs.oauth2.client.http.requests.org.dmfs.oauth2.client.http.requests.AuthorizationCodeTokenRequest
org.dmfs.oauth2.client.http.requests.org.dmfs.oauth2.client.http.requests.ClientCredentialsTokenRequest
org.dmfs.oauth2.client.http.requests.org.dmfs.oauth2.client.http.requests.RefreshTokenRequest
org.dmfs.oauth2.client.http.requests.org.dmfs.oauth2.client.http.requests.ResourceOwnerPasswordTokenRequest
org.dmfs.oauth2.client.http.requests.parameters
org.dmfs.oauth2.client.http.requests.parameters.org.dmfs.oauth2.client.http.requests.parameters.AuthCodeParam
org.dmfs.oauth2.client.http.requests.parameters.org.dmfs.oauth2.client.http.requests.parameters.CodeVerifierParam
org.dmfs.oauth2.client.http.requests.parameters.org.dmfs.oauth2.client.http.requests.parameters.DelegatingPair
org.dmfs.oauth2.client.http.requests.parameters.org.dmfs.oauth2.client.http.requests.parameters.GrantTypeParam
org.dmfs.oauth2.client.http.requests.parameters.org.dmfs.oauth2.client.http.requests.parameters.OptionalScopeParam
org.dmfs.oauth2.client.http.requests.parameters.org.dmfs.oauth2.client.http.requests.parameters.PasswordParam
org.dmfs.oauth2.client.http.requests.parameters.org.dmfs.oauth2.client.http.requests.parameters.RedirectUriParam
org.dmfs.oauth2.client.http.requests.parameters.org.dmfs.oauth2.client.http.requests.parameters.RefreshTokenParam
org.dmfs.oauth2.client.http.requests.parameters.org.dmfs.oauth2.client.http.requests.parameters.UsernameParam
org.dmfs.oauth2.client.http.responsehandlers
org.dmfs.oauth2.client.http.responsehandlers.org.dmfs.oauth2.client.http.responsehandlers.TokenErrorResponseHandler
org.dmfs.oauth2.client.http.responsehandlers.org.dmfs.oauth2.client.http.responsehandlers.TokenResponseHandler
org.dmfs.oauth2.client.pkce
org.dmfs.oauth2.client.pkce.org.dmfs.oauth2.client.pkce.PkceCodeChallenge
org.dmfs.oauth2.client.pkce.org.dmfs.oauth2.client.pkce.S256CodeChallenge
org.dmfs.oauth2.client.scope
org.dmfs.oauth2.client.scope.org.dmfs.oauth2.client.scope.BasicScope
org.dmfs.oauth2.client.scope.org.dmfs.oauth2.client.scope.EmptyScope
org.dmfs.oauth2.client.scope.org.dmfs.oauth2.client.scope.StringScope
org.dmfs.oauth2.client.state
org.dmfs.oauth2.client.state.org.dmfs.oauth2.client.state.InteractiveGrantFactory
org.dmfs.oauth2.client.tokens
org.dmfs.oauth2.client.tokens.org.dmfs.oauth2.client.tokens.ImplicitGrantAccessToken
org.dmfs.oauth2.client.tokens.org.dmfs.oauth2.client.tokens.JsonAccessToken
org.dmfs.oauth2.client.utils
org.dmfs.oauth2.client.utils.org.dmfs.oauth2.client.utils.DurationValueType
org.dmfs.oauth2.client.utils.org.dmfs.oauth2.client.utils.GrantState
org.dmfs.oauth2.client.utils.org.dmfs.oauth2.client.utils.OAuth2ScopeValueType
org.dmfs.oauth2.client.utils.org.dmfs.oauth2.client.utils.Parameters
org.dmfs.oauth2.client.utils.org.dmfs.oauth2.client.utils.UriValueType




© 2015 - 2024 Weber Informatics LLC | Privacy Policy