Searched defs:newCredentials (Results 1 – 9 of 9) sorted by relevance
83 Credentials newCredentials = inputOptions.getCredentials(); in merge() local
219 public HttpJsonCallContext withCredentials(Credentials newCredentials) { in withCredentials()
91 SessionCredentials newCredentials = identitySupplier.apply(key); in refreshResult() local
140 GoogleCredentials newCredentials = credentials.createScoped(null, DEFAULT_SCOPES); in createScoped_defaultScopes() local
570 PluggableAuthCredentials newCredentials = credentials.createScoped(newScopes); in createdScoped_clonedCredentialWithAddedScopes() local
203 ServiceAccountCredentials newCredentials = in createdScoped_clones() local229 ServiceAccountCredentials newCredentials = in createdDelegated_clones() local
115 IdentityPoolCredentials newCredentials = credentials.createScoped(newScopes); in createdScoped_clonedCredentialWithAddedScopes() local
966 AwsCredentials newCredentials = (AwsCredentials) credentials.createScoped(newScopes); in createdScoped_clonedCredentialWithAddedScopes() local
158 public GrpcCallContext withCredentials(Credentials newCredentials) { in withCredentials()