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 field in GoogleAuthLibraryCallCredentials
66 this(creds, jwtHelper); in GoogleAuthLibraryCallCredentials()
70 GoogleAuthLibraryCallCredentials(Credentials creds, JwtHelper jwtHelper) { in GoogleAuthLibraryCallCredentials() argument
80 if (jwtHelper != null) { in GoogleAuthLibraryCallCredentials()
81 creds = jwtHelper.tryServiceAccountToJwt(creds); in GoogleAuthLibraryCallCredentials()