Uses of Class
org.opencastproject.publication.youtube.auth.ClientCredentials
Packages that use ClientCredentials
Package
Description
-
Uses of ClientCredentials in org.opencastproject.publication.youtube
Methods in org.opencastproject.publication.youtube with parameters of type ClientCredentialsModifier and TypeMethodDescriptionvoidYouTubeAPIVersion3Service.initialize(ClientCredentials credentials) Configure the underlyingYouTubeinstance.voidYouTubeAPIVersion3ServiceImpl.initialize(ClientCredentials credentials) -
Uses of ClientCredentials in org.opencastproject.publication.youtube.auth
Methods in org.opencastproject.publication.youtube.auth with parameters of type ClientCredentialsModifier and TypeMethodDescriptioncom.google.api.client.googleapis.auth.oauth2.GoogleCredentialOAuth2CredentialFactory.getGoogleCredential(com.google.api.client.util.store.DataStore<com.google.api.client.auth.oauth2.StoredCredential> datastore, ClientCredentials authContext) Returns aGoogleCredentialfrom a data store.com.google.api.client.googleapis.auth.oauth2.GoogleCredentialOAuth2CredentialFactory.getGoogleCredential(ClientCredentials credentials) Returns aGoogleCredentialfrom the default data store.com.google.api.client.googleapis.auth.oauth2.GoogleCredentialOAuth2CredentialFactoryImpl.getGoogleCredential(com.google.api.client.util.store.DataStore<com.google.api.client.auth.oauth2.StoredCredential> datastore, ClientCredentials authContext) com.google.api.client.googleapis.auth.oauth2.GoogleCredentialOAuth2CredentialFactoryImpl.getGoogleCredential(ClientCredentials credentials)