Uses of Interface
com.google.api.client.auth.openidconnect.HttpTransportFactory
Packages that use HttpTransportFactory
-
Uses of HttpTransportFactory in com.google.api.client.auth.openidconnect
Classes in com.google.api.client.auth.openidconnect that implement HttpTransportFactoryModifier and TypeClassDescription(package private) static class
Fields in com.google.api.client.auth.openidconnect declared as HttpTransportFactoryModifier and TypeFieldDescription(package private) HttpTransportFactory
IdTokenVerifier.Builder.httpTransportFactory
private final HttpTransportFactory
IdTokenVerifier.PublicKeyLoader.httpTransportFactory
Methods in com.google.api.client.auth.openidconnect with parameters of type HttpTransportFactoryModifier and TypeMethodDescriptionIdTokenVerifier.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 HttpTransportFactoryModifierConstructorDescription(package private)
PublicKeyLoader
(HttpTransportFactory httpTransportFactory)