Home
last modified time | relevance | path

Searched refs:JwtHelper (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/auth/src/main/java/io/grpc/auth/
DGoogleAuthLibraryCallCredentials.java53 private static final JwtHelper jwtHelper
70 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 GoogleAuthLibraryCallCredentials
265 public JwtHelper(Class<?> rawServiceAccountClass, ClassLoader loader) in JwtHelper() method in GoogleAuthLibraryCallCredentials.JwtHelper