cloud service
OAuth token
The cloud access token as a dict, for building the JSON.
dict representation for this cloud access token
Create a token from Amazon S3 access key id and secret access key.
AWS access key ID
AWS secret access key
created token
Create a token from FTP info. When an argument is / defaults to None, no data about it is sent to the Cloud Office Print server. The Cloud Office Print server will then fill in default values.
host name or IP address
port to use; optional
username; optional
password for username; optional
created token
Create a token from an OAuth string and service name.
cloud service
OAuth access token
created token
Create a token from SFTP info. When an argument is / defaults to None, no data about it is sent to the Cloud Office Print server. The Cloud Office Print server will then fill in default values.
host name or IP address
port to use; optional
username; optional
password for username; optional
created token This is an FTPToken object, with sftp=True passed into the constructor. The only difference with FTP is CloudAccessToken.servicename.
List all available services.
list of available service strings
Generated using TypeDoc
CloudAccessToken
to be used for OAuth tokens