Searched refs:jwtHelper (Results 1 – 1 of 1) sorted by relevance
53 private static final JwtHelper jwtHelper field in GoogleAuthLibraryCallCredentials66 this(creds, jwtHelper); in GoogleAuthLibraryCallCredentials()70 GoogleAuthLibraryCallCredentials(Credentials creds, JwtHelper jwtHelper) { in GoogleAuthLibraryCallCredentials() argument80 if (jwtHelper != null) { in GoogleAuthLibraryCallCredentials()81 creds = jwtHelper.tryServiceAccountToJwt(creds); in GoogleAuthLibraryCallCredentials()