Class IdTokenVerifier.DefaultHttpTransportFactory

java.lang.Object
com.google.api.client.auth.openidconnect.IdTokenVerifier.DefaultHttpTransportFactory
All Implemented Interfaces:
HttpTransportFactory
Enclosing class:
IdTokenVerifier

static class IdTokenVerifier.DefaultHttpTransportFactory extends Object implements HttpTransportFactory
  • Constructor Details

    • DefaultHttpTransportFactory

      DefaultHttpTransportFactory()
  • Method Details

    • 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.