Class ClientCredentials
java.lang.Object
org.opencastproject.publication.youtube.auth.ClientCredentials
ClientCredentials class represents the set of parameters required to make an authorization
request.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetClientSecrets(File clientSecrets) voidsetCredentialDatastore(String credentialDatastore) voidsetDataStoreDirectory(String dataStoreDirectory) toString()
-
Constructor Details
-
ClientCredentials
public ClientCredentials()
-
-
Method Details
-
getClientId
-
getCredentialDatastore
-
getDataStoreDirectory
-
getScopes
-
getClientSecrets
-
setClientSecrets
public void setClientSecrets(File clientSecrets) throws IOException, org.json.simple.parser.ParseException - Throws:
IOExceptionorg.json.simple.parser.ParseException
-
setCredentialDatastore
-
setDataStoreDirectory
-
toString
-