chore: update getToken Javadoc wording across authtoken clients#188
Open
fern-api[bot] wants to merge 4 commits into
Open
chore: update getToken Javadoc wording across authtoken clients#188fern-api[bot] wants to merge 4 commits into
fern-api[bot] wants to merge 4 commits into
Conversation
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-java-sdk: 4.13.2
…token clients Refine the Javadoc description on all `getToken` overloads in `AuthtokenClient`, `AsyncAuthtokenClient`, `RawAuthtokenClient`, and `AsyncRawAuthtokenClient` to read "token expiration information" instead of "expiration information". Also bump the bundled OpenAPI spec commit hash and code-examples metadata to the latest spec revision. Key changes: - Updated Javadoc on all `getToken` overloads: "expiration information" → "token expiration information" - Updated bundled OpenAPI spec version hash to `8c63b16b085fcf9b05835232378d834802257e7a` - Updated `code-examples.json` spec commit reference to match 🌿 Generated with Fern
…f5f2b8cbca390aa7 [skip ci]
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.
17.9.2 → 17.9.3
Refine the Javadoc description on all
getTokenoverloads inAuthtokenClient,AsyncAuthtokenClient,RawAuthtokenClient, andAsyncRawAuthtokenClientto read "token expiration information" insteadof "expiration information". Also bump the bundled OpenAPI spec commit
hash and code-examples metadata to the latest spec revision.
Key changes:
getTokenoverloads: "expiration information" → "token expiration information"8c63b16b085fcf9b05835232378d834802257e7acode-examples.jsonspec commit reference to match🌿 Generated with Fern
Note
Low Risk
Generated release with comment and version string updates only; no auth or client logic changes beyond SDK identification headers.
Overview
Fern-regenerated 17.9.3 patch release: Maven/
build.gradleversion,User-AgentandX-Fern-SDK-VersioninClientOptions, and Fern metadata (originGitCommit,sdkVersion, replay lock) all move forward together.Documentation-only API text: every
getTokenoverload in the authtoken clients (sync/async, raw and non-raw) plusreference.mdand bundledopenapi.jsonnow say the endpoint returns an access token with "token expiration information" instead of "expiration information". No request/response types or HTTP behavior change.code-examples.jsonpicks up the new SDK version and spec commitc61889b06b6ef367f5e7d6aef5f2b8cbca390aa7.Reviewed by Cursor Bugbot for commit 725aa9b. Bugbot is set up for automated code reviews on this repo. Configure here.