Home
last modified time | relevance | path

Searched defs:tokenServerUri (Results 1 – 8 of 8) sorted by relevance

/external/google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/
DServiceAccountCredentials.java104 private final URI tokenServerUri; field in ServiceAccountCredentials
284 URI tokenServerUri) in fromPkcs8()
325 URI tokenServerUri) in fromPkcs8()
365 URI tokenServerUri, in fromPkcs8()
410 URI tokenServerUri, in fromPkcs8()
1012 private URI tokenServerUri; field in ServiceAccountCredentials.Builder
1096 public Builder setTokenServerUri(URI tokenServerUri) { in setTokenServerUri()
DUserCredentials.java73 private final URI tokenServerUri; field in UserCredentials
385 private URI tokenServerUri; field in UserCredentials.Builder
418 public Builder setTokenServerUri(URI tokenServerUri) { in setTokenServerUri()
DUserAuthorizer.java70 private final URI tokenServerUri; field in UserAuthorizer
93 URI tokenServerUri, in UserAuthorizer()
486 private URI tokenServerUri; field in UserAuthorizer.Builder
524 public Builder setTokenServerUri(URI tokenServerUri) { in setTokenServerUri()
DGdchCredentials.java75 private final URI tokenServerUri; field in GdchCredentials
380 private URI tokenServerUri; field in GdchCredentials.Builder
424 public Builder setTokenServerUri(URI tokenServerUri) { in setTokenServerUri()
/external/google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/
DMockTokenServerTransport.java70 URI tokenServerUri = OAuth2Utils.TOKEN_SERVER_URI; field in MockTokenServerTransport
81 public void setTokenServerUri(URI tokenServerUri) { in setTokenServerUri()
DGdchCredentialsTestUtil.java15 URI tokenServerUri) { in registerGdchCredentialWithMockTransport()
DGdchCredentialsTest.java894 URI tokenServerUri) { in writeGdchServiceAccountJson()
929 URI tokenServerUri) in writeGdchServiceAccountStream()
DServiceAccountCredentialsTest.java572 final String tokenServerUri = "https://foo.com/bar"; in fromJSON_tokenServerUri() local