Send feedback
Class UserCredentials.Builder (1.27.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.27.0 keyboard_arrow_down
public static class UserCredentials . Builder extends GoogleCredentials . Builder
Constructors
Builder()
Builder(UserCredentials credentials)
protected Builder ( UserCredentials credentials )
Methods
build()
public UserCredentials build ()
Overrides
getClientId()
public String getClientId ()
Returns
Type
Description
String
getClientSecret()
public String getClientSecret ()
Returns
Type
Description
String
getHttpTransportFactory()
public HttpTransportFactory getHttpTransportFactory ()
getRefreshToken()
public String getRefreshToken ()
Returns
Type
Description
String
getTokenServerUri()
public URI getTokenServerUri ()
Returns
Type
Description
URI
setAccessToken(AccessToken token)
public UserCredentials . Builder setAccessToken ( AccessToken token )
Overrides
setClientId(String clientId)
public UserCredentials . Builder setClientId ( String clientId )
Parameter
Name
Description
clientId
String
setClientSecret(String clientSecret)
public UserCredentials . Builder setClientSecret ( String clientSecret )
Parameter
Name
Description
clientSecret
String
setExpirationMargin(Duration expirationMargin)
public UserCredentials . Builder setExpirationMargin ( Duration expirationMargin )
Parameter
Name
Description
expirationMargin
Duration
Overrides
setHttpTransportFactory(HttpTransportFactory transportFactory)
public UserCredentials . Builder setHttpTransportFactory ( HttpTransportFactory transportFactory )
setQuotaProjectId(String quotaProjectId)
public UserCredentials . Builder setQuotaProjectId ( String quotaProjectId )
Parameter
Name
Description
quotaProjectId
String
Overrides
setRefreshMargin(Duration refreshMargin)
public UserCredentials . Builder setRefreshMargin ( Duration refreshMargin )
Parameter
Name
Description
refreshMargin
Duration
Overrides
setRefreshToken(String refreshToken)
public UserCredentials . Builder setRefreshToken ( String refreshToken )
Parameter
Name
Description
refreshToken
String
setTokenServerUri(URI tokenServerUri)
public UserCredentials . Builder setTokenServerUri ( URI tokenServerUri )
Parameter
Name
Description
tokenServerUri
URI
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."],[],[]]