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 java.lang.Object implements HttpTransportFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultHttpTransportFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.api.client.http.HttpTransportcreate()Creates aHttpTransportinstance.
-
-
-
Method Detail
-
create
public com.google.api.client.http.HttpTransport create()
Description copied from interface:HttpTransportFactoryCreates aHttpTransportinstance.- Specified by:
createin interfaceHttpTransportFactory- Returns:
- The HttpTransport instance.
-
-