Release 1.0.0-beta.0 - #15
Merged
Merged
Conversation
kailash-b
approved these changes
Aug 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 1.0.0-beta.0
Initial beta release of the Auth0 My Account Java SDK a Java client for the user-scoped My Account API (
/me/v1), enabling signed-in end users to manage their own account data, including authentication factors, authentication methods, and connected accounts.Warning
This is a beta release and is subject to breaking changes before
1.0.0.What's included
https://{domain}/me/withme:scopes). Application-only grants are intentionally not supported.MyAccountClientandAsyncMyAccountClient(CompletableFuture-based)..token()alias, or a dynamicTokenProvider.OptionalNullablequery parameters, configurable retries and timeouts, custom headers, raw response access, and Auth0 telemetry headers on every request.Installation
Gradle
implementation 'com.auth0:myaccount-java:1.0.0-beta.0'Maven
Requires Java 8 or later.
Quick start
Added
MyAccountClientand asynchronousAsyncMyAccountClient, which wrap the generated client with per-request token resolution. End-user access tokens can be supplied via a static token,.token(), or aTokenProvider(includingDelegateTokenProviderfor delegate-backed scenarios). The base URL is derived automatically ashttps://{domain}/me/from the tenant domain.factors().list()to list factors available for enrollment.authenticationMethods().list(),create(),get(),update(), anddelete()to manage the user's authentication methods.connectedAccounts().create(),complete(),list(), anddelete(), along withconnectedAccounts().connections().list(), to link and manage external identity providers.SyncPagingIterable<T>, three-stateOptionalNullable<T>query parameters, configurable retries with exponential backoff (HTTP 408, 429, and 5XX responses, honoringRetry-AfterandX-RateLimit-Reset), client- and request-level timeouts, custom headers, raw response access viawithRawResponse(), and automaticAuth0-Client/User-Agenttelemetry headers on every request.Documentation
OptionalNullable, error handling, and advanced configuration.Feedback
This is a beta release. If you encounter bugs, missing functionality, or documentation issues, please open an issue at:
https://github.com/auth0/myaccount-java/issues