Uses of Class
com.google.auth.oauth2.ExternalAccountAuthorizedUserCredentials.Builder
Packages that use ExternalAccountAuthorizedUserCredentials.Builder
-
Uses of ExternalAccountAuthorizedUserCredentials.Builder in com.google.auth.oauth2
Methods in com.google.auth.oauth2 that return ExternalAccountAuthorizedUserCredentials.BuilderModifier and TypeMethodDescriptionExternalAccountAuthorizedUserCredentials.newBuilder()ExternalAccountAuthorizedUserCredentials.Builder.setAccessToken(AccessToken accessToken) Sets the optional access token.ExternalAccountAuthorizedUserCredentials.Builder.setAudience(String audience) Sets the optional audience, which is usually the fully specified resource name of the workforce pool provider.ExternalAccountAuthorizedUserCredentials.Builder.setClientId(String clientId) Sets the OAuth 2.0 client ID.ExternalAccountAuthorizedUserCredentials.Builder.setClientSecret(String clientSecret) Sets the OAuth 2.0 client secret.ExternalAccountAuthorizedUserCredentials.Builder.setHttpTransportFactory(HttpTransportFactory transportFactory) Sets the HTTP transport factory.ExternalAccountAuthorizedUserCredentials.Builder.setQuotaProjectId(String quotaProjectId) Sets the optional project used for quota and billing purposes.ExternalAccountAuthorizedUserCredentials.Builder.setRefreshToken(String refreshToken) Sets the OAuth 2.0 refresh token.ExternalAccountAuthorizedUserCredentials.Builder.setRevokeUrl(String revokeUrl) Sets the token revocation endpoint.ExternalAccountAuthorizedUserCredentials.Builder.setTokenInfoUrl(String tokenInfoUrl) Sets the token introspection endpoint used to retrieve account related information.ExternalAccountAuthorizedUserCredentials.Builder.setTokenUrl(String tokenUrl) Sets the token exchange endpoint.ExternalAccountAuthorizedUserCredentials.Builder.setUniverseDomain(String universeDomain) Sets the optional universe domain.ExternalAccountAuthorizedUserCredentials.toBuilder()Constructors in com.google.auth.oauth2 with parameters of type ExternalAccountAuthorizedUserCredentials.BuilderModifierConstructorDescriptionprivateInternal constructor.