Home
last modified time | relevance | path

Searched defs:tokenInfoUrl (Results 1 – 5 of 5) sorted by relevance

/external/google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/
DExternalAccountAuthorizedUserCredentials.java90 private final String tokenInfoUrl; field in ExternalAccountAuthorizedUserCredentials
315 String tokenInfoUrl = (String) json.get("token_info_url"); in fromJson() local
385 private String tokenInfoUrl; field in ExternalAccountAuthorizedUserCredentials.Builder
448 public Builder setTokenInfoUrl(String tokenInfoUrl) { in setTokenInfoUrl()
DExternalAccountCredentials.java87 @Nullable private final String tokenInfoUrl; field in ExternalAccountCredentials
130 @Nullable String tokenInfoUrl, in ExternalAccountCredentials()
180 @Nullable String tokenInfoUrl, in ExternalAccountCredentials()
390 String tokenInfoUrl = (String) json.get("token_info_url"); in fromJson() local
702 protected String tokenInfoUrl; field in ExternalAccountCredentials.Builder
838 public Builder setTokenInfoUrl(String tokenInfoUrl) { in setTokenInfoUrl()
DIdentityPoolCredentials.java202 public Builder setTokenInfoUrl(String tokenInfoUrl) { in setTokenInfoUrl()
DPluggableAuthCredentials.java272 public Builder setTokenInfoUrl(String tokenInfoUrl) { in setTokenInfoUrl()
DAwsCredentials.java326 public Builder setTokenInfoUrl(String tokenInfoUrl) { in setTokenInfoUrl()