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