Sets the scopes that are compatible with JWT tokens.
JWT Tokens don't support scopes, they only support audiences. Audiences allow access to
the entire service as opposed some subset (ie. access can't be restricted to use the scope
https://www.googleapis.com/auth/bigtable.data.readonly). A service client can opt-in
to using JWT tokens by specifying which scopes encompass the entire service. If any of those
scopes are present when the client is using ServiceAccountCredentials, then JWT
tokens will be used for authentication.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `GoogleCredentialsProvider.Builder` class within the `com.google.api.gax.core` package, specifically for version 2.52.0 of the library, along with documentation for many prior versions."],["The latest version available is 2.63.1, which can be accessed from the link provided at the top of the list."],["The `GoogleCredentialsProvider.Builder` class extends `java.lang.Object` and includes methods for building a `GoogleCredentialsProvider` instance."],["Several methods allow for setting and retrieving JWT-related configurations, including `setJwtEnabledScopes`, `getJwtEnabledScopes`, `setUseJwtAccessWithScope`, and `getUseJwtAccessWithScope`, which are designated as Beta features."],["This library is currently in Beta, and the user is warned that there may be limited support, as well as possible backward incompatibility issues for pre-GA versions."]]],[]]