Uses of Interface
com.google.api.client.auth.openidconnect.HttpTransportFactory
-
Packages that use HttpTransportFactory Package Description com.google.api.client.auth.openidconnect -
-
Uses of HttpTransportFactory in com.google.api.client.auth.openidconnect
Classes in com.google.api.client.auth.openidconnect that implement HttpTransportFactory Modifier and Type Class Description (package private) static class
IdTokenVerifier.DefaultHttpTransportFactory
Fields in com.google.api.client.auth.openidconnect declared as HttpTransportFactory Modifier and Type Field Description (package private) HttpTransportFactory
IdTokenVerifier.Builder. httpTransportFactory
private HttpTransportFactory
IdTokenVerifier.PublicKeyLoader. httpTransportFactory
Methods in com.google.api.client.auth.openidconnect with parameters of type HttpTransportFactory Modifier and Type Method Description IdTokenVerifier.Builder
IdTokenVerifier.Builder. setHttpTransportFactory(HttpTransportFactory httpTransportFactory)
Sets the HttpTransportFactory used for requesting public keys from the certificate URL.Constructors in com.google.api.client.auth.openidconnect with parameters of type HttpTransportFactory Constructor Description PublicKeyLoader(HttpTransportFactory httpTransportFactory)
-