# Enables or disables the oauth service with the service id [serviceId]. 
# 
# Currently known service ids:
#   <ul>
#    <li>boxcom</li>
#    <li>dropbox</li>
#    <li>google</li>
#    <li>msliveconnect</li>
#    <li>twitter</li>
#    <li>xing</li>
#    <li>yahoo</li>
#   </ul>
#
# Cascading: true
# Reloadable: true
#
# Default: false
com.openexchange.oauth.[serviceId] = false

# The api key of your [serviceId] application.
# 
# See [[com.openexchange.oauth.[serviceId] ]] for a list of currently known service ids.
#
# Cascading: true
# Reloadable: true
#
# Default: <empty>
com.openexchange.oauth.[serviceId].apiKey =

# The api secret of your [serviceId] application.
# 
# See [[com.openexchange.oauth.[serviceId] ]] for a list of currently known service ids.
#
# Cascading: true
# Reloadable: true
#
# Default: <empty>
com.openexchange.oauth.[serviceId].apiSecret =

# The redirect url of your [serviceId] application. E.g.:
# <pre>
# com.openexchange.oauth.[serviceId].redirectUrl=https://myappsuite.mydomain.invalid/ajax/defer
# </pre>
# 
# See [[com.openexchange.oauth.[serviceId] ]] for a list of currently known service ids.
#
# Cascading: true
# Reloadable: true
#
# Default: <empty>
com.openexchange.oauth.[serviceId].redirectUrl =

# The product name of your [serviceId] application.
# 
# See [[com.openexchange.oauth.[serviceId] ]] for a list of currently known service ids.
#
# Cascading: true
# Reloadable: true
#
# Default: <empty>
com.openexchange.oauth.[serviceId].productName =
