Uses of Class
io.grpc.auth.GoogleAuthLibraryCallCredentials.JwtHelper
-
Packages that use GoogleAuthLibraryCallCredentials.JwtHelper Package Description io.grpc.auth Implementations ofCallCredentials
and authentication related API. -
-
Uses of GoogleAuthLibraryCallCredentials.JwtHelper in io.grpc.auth
Fields in io.grpc.auth declared as GoogleAuthLibraryCallCredentials.JwtHelper Modifier and Type Field Description private static GoogleAuthLibraryCallCredentials.JwtHelper
GoogleAuthLibraryCallCredentials. jwtHelper
Methods in io.grpc.auth that return GoogleAuthLibraryCallCredentials.JwtHelper Modifier and Type Method Description (package private) static GoogleAuthLibraryCallCredentials.JwtHelper
GoogleAuthLibraryCallCredentials. createJwtHelperOrNull(java.lang.ClassLoader loader)
Constructors in io.grpc.auth with parameters of type GoogleAuthLibraryCallCredentials.JwtHelper Constructor Description GoogleAuthLibraryCallCredentials(com.google.auth.Credentials creds, GoogleAuthLibraryCallCredentials.JwtHelper jwtHelper)
-