Uses of Class
com.google.auth.oauth2.GdchCredentials
Packages that use GdchCredentials
-
Uses of GdchCredentials in com.google.auth.oauth2
Methods in com.google.auth.oauth2 that return GdchCredentialsModifier and TypeMethodDescriptionGdchCredentials.Builder.build()GdchCredentials.createWithGdchAudience(URI apiAudience) Create a copy of GDCH credentials with the specified audience.(package private) static GdchCredentialsCreate GDCH service account credentials defined by JSON.(package private) static GdchCredentialsGdchCredentials.fromJson(Map<String, Object> json, HttpTransportFactory transportFactory) Create GDCH service account credentials defined by JSON.(package private) static GdchCredentialsGdchCredentials.fromPkcs8(String privateKeyPkcs8, GdchCredentials.Builder builder) Internal constructor.Constructors in com.google.auth.oauth2 with parameters of type GdchCredentials