Home
last modified time | relevance | path

Searched defs:pluggableAuthCredentials (Results 1 – 2 of 2) sorted by relevance

/external/google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/
DITWorkloadIdentityFederationTest.java217 public void pluggableAuthCredentials() throws IOException { in pluggableAuthCredentials() method in ITWorkloadIdentityFederationTest
218 PluggableAuthCredentials pluggableAuthCredentials = in pluggableAuthCredentials() local
/external/google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/
DPluggableAuthCredentials.java202 public static Builder newBuilder(PluggableAuthCredentials pluggableAuthCredentials) { in newBuilder()