Send feedback
Class UserCredentials.Builder (1.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.4.0 keyboard_arrow_down
public static class UserCredentials . Builder extends GoogleCredentials . Builder
Constructors
Builder()
Builder(UserCredentials credentials)
protected Builder ( UserCredentials credentials )
Parameter
Methods
build()
public UserCredentials build ()
Returns
Overrides
getClientId()
public String getClientId ()
Returns
getClientSecret()
public String getClientSecret ()
Returns
getHttpTransportFactory()
public HttpTransportFactory getHttpTransportFactory ()
Returns
getQuotaProjectId()
public String getQuotaProjectId ()
Returns
getRefreshToken()
public String getRefreshToken ()
Returns
getTokenServerUri()
public URI getTokenServerUri ()
Returns
setAccessToken(AccessToken token)
public UserCredentials . Builder setAccessToken ( AccessToken token )
Parameter
Returns
Overrides
setClientId(String clientId)
public UserCredentials . Builder setClientId ( String clientId )
Parameter
Returns
setClientSecret(String clientSecret)
public UserCredentials . Builder setClientSecret ( String clientSecret )
Parameter
Name Description clientSecret String
Returns
setHttpTransportFactory(HttpTransportFactory transportFactory)
public UserCredentials . Builder setHttpTransportFactory ( HttpTransportFactory transportFactory )
Parameter
Returns
setQuotaProjectId(String quotaProjectId)
public UserCredentials . Builder setQuotaProjectId ( String quotaProjectId )
Parameter
Name Description quotaProjectId String
Returns
setRefreshToken(String refreshToken)
public UserCredentials . Builder setRefreshToken ( String refreshToken )
Parameter
Name Description refreshToken String
Returns
setTokenServerUri(URI tokenServerUri)
public UserCredentials . Builder setTokenServerUri ( URI tokenServerUri )
Parameter
Name Description tokenServerUri URI
Returns
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-30 UTC.
Need to tell us more?
[[["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 2024-10-30 UTC."],[],[]]