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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.api.client.http.HttpTransport
create()
Creates aHttpTransport
instance.
-
Constructor Details
-
DefaultHttpTransportFactory
DefaultHttpTransportFactory()
-
-
Method Details
-
create
public com.google.api.client.http.HttpTransport create()Description copied from interface:HttpTransportFactory
Creates aHttpTransport
instance.- Specified by:
create
in interfaceHttpTransportFactory
- Returns:
- The HttpTransport instance.
-