Searched refs:getServiceAccountSourceCredentials (Results 1 – 1 of 1) sorted by relevance
92 getServiceAccountSourceCredentials(/* canRefresh= */ true); in refreshAccessToken()123 getServiceAccountSourceCredentials(/* canRefresh= */ true) in refreshAccessToken_withCustomUniverseDomain()186 getServiceAccountSourceCredentials(/* canRefresh= */ false); in refreshAccessToken_cantRefreshSourceCredentials_throws()221 .setSourceCredential(getServiceAccountSourceCredentials(/* canRefresh= */ true)) in builder_noCredentialAccessBoundary_throws()232 getServiceAccountSourceCredentials(/* canRefresh= */ true); in builder_noTransport_defaults()249 getServiceAccountSourceCredentials(/* canRefresh= */ true); in builder_noUniverseDomain_defaults()268 getServiceAccountSourceCredentials(/* canRefresh= */ true); in builder_universeDomainMismatch_throws()303 private static GoogleCredentials getServiceAccountSourceCredentials(boolean canRefresh) in getServiceAccountSourceCredentials() method in DownscopedCredentialsTest