Searched refs:JwtHelper (Results 1 – 1 of 1) sorted by relevance
53 private static final JwtHelper jwtHelper70 GoogleAuthLibraryCallCredentials(Credentials creds, JwtHelper jwtHelper) { in GoogleAuthLibraryCallCredentials()217 static JwtHelper createJwtHelperOrNull(ClassLoader loader) { in createJwtHelperOrNull()228 return new JwtHelper(rawServiceAccountClass, loader); in createJwtHelperOrNull()256 static class JwtHelper { class in GoogleAuthLibraryCallCredentials265 public JwtHelper(Class<?> rawServiceAccountClass, ClassLoader loader) in JwtHelper() method in GoogleAuthLibraryCallCredentials.JwtHelper