Class IdTokenVerifier.DefaultHttpTransportFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.api.client.http.HttpTransport create()
      Creates a HttpTransport instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultHttpTransportFactory

        DefaultHttpTransportFactory()
    • Method Detail

      • create

        public com.google.api.client.http.HttpTransport create()
        Description copied from interface: HttpTransportFactory
        Creates a HttpTransport instance.
        Specified by:
        create in interface HttpTransportFactory
        Returns:
        The HttpTransport instance.