Class InteractiveGoogleDriveClientFactory
- java.lang.Object
-
- org.apache.camel.component.google.drive.InteractiveGoogleDriveClientFactory
-
- All Implemented Interfaces:
GoogleDriveClientFactory
public class InteractiveGoogleDriveClientFactory extends Object implements GoogleDriveClientFactory
-
-
Constructor Summary
Constructors Constructor Description InteractiveGoogleDriveClientFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.api.services.drive.DrivemakeClient(String clientId, String clientSecret, Collection<String> scopes, String applicationName, String refreshToken, String accessToken)
-
-
-
Method Detail
-
makeClient
public com.google.api.services.drive.Drive makeClient(String clientId, String clientSecret, Collection<String> scopes, String applicationName, String refreshToken, String accessToken)
- Specified by:
makeClientin interfaceGoogleDriveClientFactory
-
-