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.HttpTransport
create()
Creates aHttpTransport
instance.
-
-
-
Method Detail
-
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.
-
-