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